Uses of Class
org.restlet.service.ConnectorService
-
Packages that use ConnectorService Package Description org.restlet Core classes of the API. -
-
Uses of ConnectorService in org.restlet
Methods in org.restlet that return ConnectorService Modifier and Type Method Description ConnectorService
Application. getConnectorService()
Returns the connector service.Methods in org.restlet with parameters of type ConnectorService Modifier and Type Method Description void
Application. setConnectorService(ConnectorService connectorService)
Sets the connector service.
-