Package | Description |
---|---|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConnection
Generic HTTP-like client connection.
|
class |
ServerConnection
Generic HTTP-like server connection.
|
Modifier and Type | Method and Description |
---|---|
protected Connection<Client> |
BaseClientHelper.createConnection(BaseHelper<Client> helper,
java.net.Socket socket,
java.nio.channels.SocketChannel socketChannel) |
protected Connection<Server> |
HttpServerHelper.createConnection(BaseHelper<Server> helper,
java.net.Socket socket,
java.nio.channels.SocketChannel socketChannel) |
protected abstract Connection<T> |
BaseHelper.createConnection(BaseHelper<T> helper,
java.net.Socket socket,
java.nio.channels.SocketChannel socketChannel)
Creates a connection associated to the given socket.
|
protected Connection<Client> |
BaseClientHelper.getBestConnection(Request request)
Tries to reuse an existing connection for the given request, or creates a
new one.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Connection<T>> |
BaseHelper.getConnections()
Returns the set of active connections.
|
Copyright © 2005-2012. All Rights Reserved.