Uses of Class
org.eclipse.jetty.server.HttpConnection
Packages that use HttpConnection
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Server : Core Server API
-
Uses of HttpConnection in org.eclipse.jetty.proxy
Fields in org.eclipse.jetty.proxy declared as HttpConnectionModifier and TypeFieldDescriptionprivate final HttpConnectionConnectHandler.ConnectContext.httpConnectionMethods in org.eclipse.jetty.proxy that return HttpConnectionConstructors in org.eclipse.jetty.proxy with parameters of type HttpConnectionModifierConstructorDescriptionConnectContext(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 HttpConnectionModifier and TypeFieldDescriptionprivate final HttpConnectionHttpChannelOverHttp._httpConnectionFields in org.eclipse.jetty.server with type parameters of type HttpConnectionModifier and TypeFieldDescriptionprivate static final ThreadLocal<HttpConnection> HttpConnection.__currentConnectionMethods in org.eclipse.jetty.server that return HttpConnectionModifier and TypeMethodDescriptionstatic 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 HttpConnectionModifier and TypeMethodDescriptionprotected static HttpConnectionHttpConnection.setCurrentConnection(HttpConnection connection) Constructors in org.eclipse.jetty.server with parameters of type HttpConnectionModifierConstructorDescriptionHttpChannelOverHttp(HttpConnection httpConnection, Connector connector, HttpConfiguration config, EndPoint endPoint, HttpTransport transport)