Package org.jboss.resteasy.core.request
Class ServerDrivenNegotiation
- java.lang.Object
 - 
- org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
 
- 
public class ServerDrivenNegotiation extends Object
Variantselection.- Author:
 - Pascal S. de Kloe
 - See Also:
 - "RFC 2296"
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServerDrivenNegotiation() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.VariantgetBestMatch(List<javax.ws.rs.core.Variant> available)voidsetAcceptCharsetHeaders(List<String> headerValues)voidsetAcceptEncodingHeaders(List<String> headerValues)voidsetAcceptHeaders(List<String> headerValues)voidsetAcceptLanguageHeaders(List<String> headerValues) 
 - 
 
- 
- 
Method Detail
- 
getBestMatch
public javax.ws.rs.core.Variant getBestMatch(List<javax.ws.rs.core.Variant> available)
 
 - 
 
 -