Uses of Class
org.restlet.service.EncoderService
-
Packages that use EncoderService Package Description org.restlet Core classes of the API. -
-
Uses of EncoderService in org.restlet
Methods in org.restlet that return EncoderService Modifier and Type Method Description EncoderService
Application. getEncoderService()
Returns the encoder service.Methods in org.restlet with parameters of type EncoderService Modifier and Type Method Description void
Application. setEncoderService(EncoderService encoderService)
Sets the encoder service.
-