Uses of Class
org.eclipse.jetty.server.HttpConnection
Packages that use HttpConnection
-
Uses of HttpConnection in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpConnectionModifier and TypeFieldDescriptionprivate final HttpConnection
HttpChannelOverHttp._httpConnection
Fields in org.eclipse.jetty.server with type parameters of type HttpConnectionModifier and TypeFieldDescriptionprivate static final ThreadLocal
<HttpConnection> HttpConnection.__currentConnection
Methods in org.eclipse.jetty.server that return HttpConnectionModifier and TypeMethodDescriptionstatic HttpConnection
HttpConnection.getCurrentConnection()
Get the current connection that this thread is dispatched to.protected static HttpConnection
HttpConnection.setCurrentConnection
(HttpConnection connection) Methods in org.eclipse.jetty.server with parameters of type HttpConnectionModifier and TypeMethodDescriptionprotected static HttpConnection
HttpConnection.setCurrentConnection
(HttpConnection connection) Constructors in org.eclipse.jetty.server with parameters of type HttpConnectionModifierConstructorDescriptionHttpChannelOverHttp
(HttpConnection httpConnection, Connector connector, HttpConfiguration config, EndPoint endPoint, HttpTransport transport)