Uses of Class
org.restlet.service.EncoderService
-
Packages that use EncoderService Package Description org.restlet Core classes of the API.org.restlet.engine.application Supports Restlet applications. -
-
Uses of EncoderService in org.restlet
Methods in org.restlet that return EncoderService Modifier and Type Method Description EncoderServiceApplication. getEncoderService()Returns the encoder service.Methods in org.restlet with parameters of type EncoderService Modifier and Type Method Description voidApplication. setEncoderService(EncoderService encoderService)Sets the encoder service. -
Uses of EncoderService in org.restlet.engine.application
Fields in org.restlet.engine.application declared as EncoderService Modifier and Type Field Description private EncoderServiceEncoder. encoderServiceThe parent encoder service.Methods in org.restlet.engine.application that return EncoderService Modifier and Type Method Description EncoderServiceEncoder. getEncoderService()Returns the parent encoder service.Constructors in org.restlet.engine.application with parameters of type EncoderService Constructor Description Encoder(Context context, boolean encodingRequest, boolean encodingResponse, EncoderService encoderService)Constructor.
-