Uses of Class
org.restlet.service.ConnegService
Packages that use ConnegService
Package
Description
Core classes of the Restlet API.
Client and server resource classes.
Services used by applications and components.
-
Uses of ConnegService in org.restlet
Methods in org.restlet that return ConnegServiceModifier and TypeMethodDescriptionApplication.getConnegService()Returns the content negotiation service.Methods in org.restlet with parameters of type ConnegServiceModifier and TypeMethodDescriptionvoidApplication.setConnegService(ConnegService connegService) Sets the content negotiation service. -
Uses of ConnegService in org.restlet.resource
Methods in org.restlet.resource that return ConnegServiceModifier and TypeMethodDescriptionResource.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 ConnegServiceModifier and TypeMethodDescriptionStatusService.getConnegService()Returns the service used to select the preferred variant.Methods in org.restlet.service with parameters of type ConnegServiceModifier and TypeMethodDescriptionvoidStatusService.setConnegService(ConnegService connegService) Sets the service used to select the preferred variant.Constructors in org.restlet.service with parameters of type ConnegServiceModifierConstructorDescriptionStatusService(boolean enabled, ConverterService converterService, MetadataService metadataService, ConnegService connegService) Constructor.