Uses of Class
org.restlet.service.ConnegService
-
Packages that use ConnegService Package Description org.restlet Core classes of the API.org.restlet.resource Client and server resource classes.org.restlet.service Services used by applications and components. -
-
Uses of ConnegService in org.restlet
Methods in org.restlet that return ConnegService Modifier and Type Method Description ConnegService
Application. getConnegService()
Returns the content negotiation service.Methods in org.restlet with parameters of type ConnegService Modifier and Type Method Description void
Application. setConnegService(ConnegService connegService)
Sets the content negotiation service. -
Uses of ConnegService in org.restlet.resource
Methods in org.restlet.resource that return ConnegService Modifier and Type Method Description ConnegService
Resource. getConnegService()
Returns the application's content negotiation service or create a new one. -
Uses of ConnegService in org.restlet.service
Methods in org.restlet.service that return ConnegService Modifier and Type Method Description ConnegService
StatusService. getConnegService()
Returns the service used to select the preferred variant.Methods in org.restlet.service with parameters of type ConnegService Modifier and Type Method Description void
StatusService. setConnegService(ConnegService connegService)
Sets the service used to select the preferred variant.Constructors in org.restlet.service with parameters of type ConnegService Constructor Description StatusService(boolean enabled, ConverterService converterService, MetadataService metadataService, ConnegService connegService)
Constructor.
-