Uses of Class
org.restlet.service.ConnectorService
Packages that use ConnectorService
Package
Description
Core classes of the Restlet API.
Integration with Java URLConnection class.
-
Uses of ConnectorService in org.restlet
Methods in org.restlet that return ConnectorServiceModifier and TypeMethodDescriptionApplication.getConnectorService()Returns the connector service.Methods in org.restlet with parameters of type ConnectorServiceModifier and TypeMethodDescriptionvoidApplication.setConnectorService(ConnectorService connectorService) Sets the connector service. -
Uses of ConnectorService in org.restlet.engine.connector
Methods in org.restlet.engine.connector that return ConnectorServiceModifier and TypeMethodDescriptionstatic ConnectorServiceConnectorHelper.getConnectorService()Returns the connector service associated to a request.