Package | Description |
---|---|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Field and Description |
---|---|
private HttpConnection |
ConnectHandler.ConnectContext.httpConnection |
Modifier and Type | Method and Description |
---|---|
HttpConnection |
ConnectHandler.ConnectContext.getHttpConnection() |
Constructor and Description |
---|
ConnectContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.AsyncContext asyncContext,
HttpConnection httpConnection) |
Modifier and Type | Field and Description |
---|---|
private HttpConnection |
HttpChannelOverHttp._httpConnection |
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<HttpConnection> |
HttpConnection.__currentConnection |
Modifier and Type | Method and Description |
---|---|
static HttpConnection |
HttpConnection.getCurrentConnection()
Get the current connection that this thread is dispatched to.
|
protected static HttpConnection |
HttpConnection.setCurrentConnection(HttpConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected static HttpConnection |
HttpConnection.setCurrentConnection(HttpConnection connection) |
Constructor and Description |
---|
HttpChannelOverHttp(HttpConnection httpConnection,
Connector connector,
HttpConfiguration config,
EndPoint endPoint,
HttpTransport transport) |
Modifier and Type | Method and Description |
---|---|
private boolean |
WebSocketServerFactory.upgrade(HttpConnection http,
ServletUpgradeRequest request,
ServletUpgradeResponse response,
EventDriver driver)
Upgrade the request/response to a WebSocket Connection.
|