|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.mortbay.io.nio | |
org.mortbay.jetty | |
org.mortbay.jetty.nio |
Uses of Connection in org.mortbay.io.nio |
---|
Fields in org.mortbay.io.nio declared as Connection | |
---|---|
protected Connection |
SelectChannelEndPoint._connection
|
Methods in org.mortbay.io.nio that return Connection | |
---|---|
Connection |
SelectChannelEndPoint.getConnection()
|
protected abstract Connection |
SelectorManager.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
Uses of Connection in org.mortbay.jetty |
---|
Classes in org.mortbay.jetty that implement Connection | |
---|---|
class |
HttpConnection
A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector . |
Uses of Connection in org.mortbay.jetty.nio |
---|
Methods in org.mortbay.jetty.nio that return Connection | |
---|---|
protected Connection |
SelectChannelConnector.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |