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 HttpConnectionOverFCGI
HttpChannelOverFCGI.connection
private final HttpConnectionOverFCGI
HttpChannelOverFCGI.FCGIIdleTimeout.connection
Methods in org.eclipse.jetty.fcgi.client.http that return HttpConnectionOverFCGIModifier and TypeMethodDescriptionprotected HttpConnectionOverFCGI
HttpClientTransportOverFCGI.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)