Uses of Class
org.restlet.service.ConnectorService
-
Packages that use ConnectorService Package Description org.restlet Core classes of the API.org.restlet.engine.connector Integration with Java URLConnection class. -
-
Uses of ConnectorService in org.restlet
Methods in org.restlet that return ConnectorService Modifier and Type Method Description ConnectorServiceApplication. getConnectorService()Returns the connector service.Methods in org.restlet with parameters of type ConnectorService Modifier and Type Method Description voidApplication. setConnectorService(ConnectorService connectorService)Sets the connector service. -
Uses of ConnectorService in org.restlet.engine.connector
Methods in org.restlet.engine.connector that return ConnectorService Modifier and Type Method Description static ConnectorServiceConnectorHelper. getConnectorService()Returns the connector service associated to a request.
-