com.noelios.restlet
Class ClientHelper

java.lang.Object
  extended by org.restlet.util.Helper<T>
      extended by com.noelios.restlet.ConnectorHelper<Client>
          extended by com.noelios.restlet.ClientHelper
Direct Known Subclasses:
HttpClientHelper, LocalClientHelper

public class ClientHelper
extends ConnectorHelper<Client>

Client connector helper.

Author:
Jerome Louvel

Constructor Summary
ClientHelper(Client client)
          Constructor.
 
Method Summary
 int getConnectTimeout()
          Returns the connection timeout.
 
Methods inherited from class com.noelios.restlet.ConnectorHelper
getProtocols, start, stop, update
 
Methods inherited from class org.restlet.util.Helper
getAttributes, getContext, getHelped, getHelpedParameters, getLogger, handle, setHelped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHelper

public ClientHelper(Client client)
Constructor.

Parameters:
client - The client to help.
Method Detail

getConnectTimeout

public int getConnectTimeout()
Returns the connection timeout.

Returns:
The connection timeout.


Copyright © 2005-2008 Noelios Technologies.