Uses of Class
org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
Packages that use HttpConnectionOverFCGI
-
Uses of HttpConnectionOverFCGI in org.eclipse.jetty.fcgi.client.http
Fields in org.eclipse.jetty.fcgi.client.http declared as HttpConnectionOverFCGIModifier and TypeFieldDescriptionprivate final HttpConnectionOverFCGIHttpChannelOverFCGI.connectionprivate final HttpConnectionOverFCGIHttpChannelOverFCGI.FCGIIdleTimeout.connectionMethods in org.eclipse.jetty.fcgi.client.http that return HttpConnectionOverFCGIModifier and TypeMethodDescriptionprotected HttpConnectionOverFCGIHttpClientTransportOverFCGI.newHttpConnection(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type HttpConnectionOverFCGIModifierConstructorDescriptionFCGIIdleTimeout(HttpConnectionOverFCGI connection, long idleTimeout) HttpChannelOverFCGI(HttpConnectionOverFCGI connection, Flusher flusher, long idleTimeout)