|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.restlet.engine.http.connector | New advanced internal HTTP connector. |
Uses of Connection in org.restlet.engine.http.connector |
---|
Subclasses of Connection in org.restlet.engine.http.connector | |
---|---|
class |
ClientConnection
Generic HTTP-like client connection. |
class |
ServerConnection
Generic HTTP-like server connection. |
Methods in org.restlet.engine.http.connector that return Connection | |
---|---|
protected Connection<Client> |
BaseClientHelper.createConnection(BaseHelper<Client> helper,
Socket socket,
SocketChannel socketChannel)
|
protected Connection<Server> |
HttpServerHelper.createConnection(BaseHelper<Server> helper,
Socket socket,
SocketChannel socketChannel)
|
protected abstract Connection<T> |
BaseHelper.createConnection(BaseHelper<T> helper,
Socket socket,
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. |
Methods in org.restlet.engine.http.connector that return types with arguments of type Connection | |
---|---|
protected Set<Connection<T>> |
BaseHelper.getConnections()
Returns the set of active connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |