|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| org.eclipse.jetty.io | |
| org.eclipse.jetty.io.nio | |
| Uses of Connection in org.eclipse.jetty.io |
|---|
| Fields in org.eclipse.jetty.io declared as Connection | |
|---|---|
protected Connection |
ByteArrayEndPoint._connection
|
| Methods in org.eclipse.jetty.io that return Connection | |
|---|---|
Connection |
ConnectedEndPoint.getConnection()
|
Connection |
ByteArrayEndPoint.getConnection()
|
Connection |
Connection.handle()
Handle the connection. |
| Methods in org.eclipse.jetty.io with parameters of type Connection | |
|---|---|
void |
ConnectedEndPoint.setConnection(Connection connection)
|
void |
ByteArrayEndPoint.setConnection(Connection connection)
|
| Uses of Connection in org.eclipse.jetty.io.nio |
|---|
| Methods in org.eclipse.jetty.io.nio that return Connection | |
|---|---|
Connection |
SelectChannelEndPoint.getConnection()
|
protected abstract Connection |
SelectorManager.newConnection(SocketChannel channel,
SelectChannelEndPoint endpoint)
|
| Methods in org.eclipse.jetty.io.nio with parameters of type Connection | |
|---|---|
protected abstract void |
SelectorManager.endPointUpgraded(ConnectedEndPoint endpoint,
Connection oldConnection)
|
void |
SelectChannelEndPoint.setConnection(Connection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||