Uses of Class
org.restlet.engine.connector.ConnectorHelper
Packages that use ConnectorHelper
Package
Description
Implementation of Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Integration with Java URLConnection class.
Supports local connectors and resources.
-
Uses of ConnectorHelper in org.restlet.engine
Methods in org.restlet.engine that return ConnectorHelperModifier and TypeMethodDescriptionEngine.createHelper(Client client, String helperClass) Creates a new helper for a given client connector.Engine.createHelper(Server server, String helperClass) Creates a new helper for a given server connector.Methods in org.restlet.engine that return types with arguments of type ConnectorHelperModifier and TypeMethodDescriptionEngine.getRegisteredClients()Returns the list of available client connectors.Engine.getRegisteredServers()Returns the list of available server connectors.Method parameters in org.restlet.engine with type arguments of type ConnectorHelperModifier and TypeMethodDescriptionvoidEngine.setRegisteredClients(List<ConnectorHelper<Client>> registeredClients) Sets the list of available client helpers.voidEngine.setRegisteredServers(List<ConnectorHelper<Server>> registeredServers) Sets the list of available server helpers. -
Uses of ConnectorHelper in org.restlet.engine.adapter
Subclasses of ConnectorHelper in org.restlet.engine.adapterModifier and TypeClassDescriptionclassBase HTTP client connector.classBase HTTP server connector. -
Uses of ConnectorHelper in org.restlet.engine.connector
Subclasses of ConnectorHelper in org.restlet.engine.connectorModifier and TypeClassDescriptionclassClient connector helper.classDeprecated.Will be removed in the next 2.7/3.0 release.classDeprecated.Will be removed in the next 2.7/3.0 release.classDeprecated.Will be removed in the next 2.7/3.0 release.classDeprecated.Will be removed in the next 2.7/3.0 release.classDeprecated.Will be removed in the next 2.7/3.0 release.classServer connector helper. -
Uses of ConnectorHelper in org.restlet.engine.local
Subclasses of ConnectorHelper in org.restlet.engine.localModifier and TypeClassDescriptionclassConnector to the resources accessed via class loaders.classConnector to the local entities.classConnector to the file resources accessible.classConnector to the local resources accessible via file system, class loaders and similar mechanisms.classClient connector for RIAP calls.classServer connector handling RIAP calls.classZIP and JAR client connector.