Package org.restlet.engine.connector
Class ClientHelper
- Direct Known Subclasses:
FtpClientHelper,HttpClientHelper,LocalClientHelper,RiapClientHelper
Client connector helper. Base client helper based on NIO non blocking
sockets. Here is the list of parameters that are supported. They should be
set in the Client's context before it is started:
| Parameter name | Value type | Default value | Description |
|---|
- Author:
- Jerome Louvel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.restlet.engine.connector.ConnectorHelper
getConnectorService, getContext, getProtocols, start, stop, updateMethods inherited from class org.restlet.engine.RestletHelper
getAttributes, getHelped, getHelpedParameters, getLogger, getMetadataService, handle, setHelped
-
Constructor Details
-
ClientHelper
Constructor.- Parameters:
client- The client to help.
-