Uses of Class
org.restlet.service.EncoderService
Packages that use EncoderService
Package
Description
Core classes of the Restlet API.
Supports Restlet applications.
-
Uses of EncoderService in org.restlet
Methods in org.restlet that return EncoderServiceMethods in org.restlet with parameters of type EncoderServiceModifier and TypeMethodDescriptionvoidApplication.setEncoderService(EncoderService encoderService) Sets the encoder service. -
Uses of EncoderService in org.restlet.engine.application
Methods in org.restlet.engine.application that return EncoderServiceModifier and TypeMethodDescriptionEncoder.getEncoderService()Returns the parent encoder service.Constructors in org.restlet.engine.application with parameters of type EncoderServiceModifierConstructorDescriptionEncoder(Context context, boolean encodingRequest, boolean encodingResponse, EncoderService encoderService) Constructor.