Uses of Class
org.restlet.service.DecoderService
-
Packages that use DecoderService Package Description org.restlet Core classes of the API. -
-
Uses of DecoderService in org.restlet
Methods in org.restlet that return DecoderService Modifier and Type Method Description DecoderService
Application. getDecoderService()
Returns the decoder service.Methods in org.restlet with parameters of type DecoderService Modifier and Type Method Description void
Application. setDecoderService(DecoderService decoderService)
Sets the decoder service.
-