Uses of Class
org.eclipse.jetty.server.HttpConnection
-
Packages that use HttpConnection Package Description org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpConnection in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as HttpConnection Modifier and Type Field Description private HttpConnectionConnectHandler.ConnectContext. httpConnectionMethods in org.eclipse.jetty.proxy that return HttpConnection Modifier and Type Method Description HttpConnectionConnectHandler.ConnectContext. getHttpConnection()Constructors in org.eclipse.jetty.proxy with parameters of type HttpConnection Constructor Description ConnectContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.AsyncContext asyncContext, HttpConnection httpConnection) -
Uses of HttpConnection in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpConnection Modifier and Type Field Description private HttpConnectionHttpChannelOverHttp. _httpConnectionFields in org.eclipse.jetty.server with type parameters of type HttpConnection Modifier and Type Field Description private static java.lang.ThreadLocal<HttpConnection>HttpConnection. __currentConnectionMethods in org.eclipse.jetty.server that return HttpConnection Modifier and Type Method Description static HttpConnectionHttpConnection. getCurrentConnection()Get the current connection that this thread is dispatched to.protected static HttpConnectionHttpConnection. setCurrentConnection(HttpConnection connection)Methods in org.eclipse.jetty.server with parameters of type HttpConnection Modifier and Type Method Description protected static HttpConnectionHttpConnection. setCurrentConnection(HttpConnection connection)Constructors in org.eclipse.jetty.server with parameters of type HttpConnection Constructor Description HttpChannelOverHttp(HttpConnection httpConnection, Connector connector, HttpConfiguration config, EndPoint endPoint, HttpTransport transport)
-