|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| org.eclipse.jetty.io | |
| org.eclipse.jetty.io.nio | |
| org.eclipse.jetty.server | |
| org.eclipse.jetty.server.bio | |
| org.eclipse.jetty.server.handler | |
| Uses of Connection in org.eclipse.jetty.io |
|---|
| Classes in org.eclipse.jetty.io that implement Connection | |
|---|---|
class |
AbstractConnection
|
| Fields in org.eclipse.jetty.io declared as Connection | |
|---|---|
protected Connection |
ByteArrayEndPoint._connection
|
| Methods in org.eclipse.jetty.io that return Connection | |
|---|---|
Connection |
ByteArrayEndPoint.getConnection()
|
Connection |
ConnectedEndPoint.getConnection()
|
Connection |
Connection.handle()
Handle the connection. |
| Methods in org.eclipse.jetty.io with parameters of type Connection | |
|---|---|
void |
ByteArrayEndPoint.setConnection(Connection connection)
|
void |
ConnectedEndPoint.setConnection(Connection connection)
|
| Uses of Connection in org.eclipse.jetty.io.nio |
|---|
| Subinterfaces of Connection in org.eclipse.jetty.io.nio | |
|---|---|
interface |
AsyncConnection
|
| Classes in org.eclipse.jetty.io.nio that implement Connection | |
|---|---|
class |
SslConnection
SSL Connection. |
| Methods in org.eclipse.jetty.io.nio that return Connection | |
|---|---|
Connection |
SslConnection.SslEndPoint.getConnection()
|
Connection |
SelectChannelEndPoint.getConnection()
|
Connection |
SslConnection.handle()
|
| Methods in org.eclipse.jetty.io.nio with parameters of type Connection | |
|---|---|
protected abstract void |
SelectorManager.endPointUpgraded(ConnectedEndPoint endpoint,
Connection oldConnection)
|
void |
SslConnection.SslEndPoint.setConnection(Connection connection)
|
void |
SelectChannelEndPoint.setConnection(Connection connection)
|
| Uses of Connection in org.eclipse.jetty.server |
|---|
| Classes in org.eclipse.jetty.server that implement Connection | |
|---|---|
class |
AbstractHttpConnection
A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector. |
class |
AsyncHttpConnection
Asychronous Server HTTP connection |
class |
BlockingHttpConnection
Blocking Server HTTP Connection |
| Methods in org.eclipse.jetty.server that return Connection | |
|---|---|
abstract Connection |
AbstractHttpConnection.handle()
|
Connection |
BlockingHttpConnection.handle()
|
Connection |
AsyncHttpConnection.handle()
|
| Methods in org.eclipse.jetty.server with parameters of type Connection | |
|---|---|
protected void |
AbstractConnector.connectionClosed(Connection connection)
|
protected void |
AbstractConnector.connectionOpened(Connection connection)
|
protected void |
AbstractConnector.connectionUpgraded(Connection oldConnection,
Connection newConnection)
|
| Uses of Connection in org.eclipse.jetty.server.bio |
|---|
| Methods in org.eclipse.jetty.server.bio that return Connection | |
|---|---|
Connection |
SocketConnector.ConnectorEndPoint.getConnection()
|
protected Connection |
SocketConnector.newConnection(EndPoint endpoint)
Allows subclass to override Conection if required. |
| Methods in org.eclipse.jetty.server.bio with parameters of type Connection | |
|---|---|
void |
SocketConnector.ConnectorEndPoint.setConnection(Connection connection)
|
| Uses of Connection in org.eclipse.jetty.server.handler |
|---|
| Classes in org.eclipse.jetty.server.handler that implement Connection | |
|---|---|
class |
ConnectHandler.ClientToProxyConnection
|
class |
ConnectHandler.ProxyToServerConnection
|
| Methods in org.eclipse.jetty.server.handler that return Connection | |
|---|---|
Connection |
ConnectHandler.ProxyToServerConnection.handle()
|
Connection |
ConnectHandler.ClientToProxyConnection.handle()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||