com.noelios.restlet.http
Class StreamClientHelper
java.lang.Object
org.restlet.util.Helper
com.noelios.restlet.ConnectorHelper
com.noelios.restlet.ClientHelper
com.noelios.restlet.http.HttpClientHelper
com.noelios.restlet.http.StreamClientHelper
public class StreamClientHelper
- extends HttpClientHelper
HTTP client helper based on BIO sockets.
- Author:
- Jerome Louvel (contact@noelios.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamClientHelper
public StreamClientHelper(Client client)
- Constructor.
- Parameters:
client
- The client to help.
create
public HttpClientCall create(Request request)
- Description copied from class:
HttpClientHelper
- Creates a low-level HTTP client call from a high-level request.
- Specified by:
create
in class HttpClientHelper
- Parameters:
request
- The high-level request.
- Returns:
- A low-level HTTP client call.
start
public void start()
throws Exception
- Description copied from class:
ConnectorHelper
- Start hook.
- Overrides:
start
in class ConnectorHelper
- Throws:
Exception
stop
public void stop()
throws Exception
- Description copied from class:
ConnectorHelper
- Stop callback.
- Overrides:
stop
in class ConnectorHelper
- Throws:
Exception
Copyright © 2005-2007 Noelios Technologies.