Uses of Class
org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
-
Packages that use HttpConnectionOverFCGI Package Description org.eclipse.jetty.fcgi.client.http -
-
Uses of HttpConnectionOverFCGI in org.eclipse.jetty.fcgi.client.http
Fields in org.eclipse.jetty.fcgi.client.http declared as HttpConnectionOverFCGI Modifier and Type Field Description private HttpConnectionOverFCGIHttpChannelOverFCGI. connectionprivate HttpConnectionOverFCGIHttpChannelOverFCGI.FCGIIdleTimeout. connectionMethods in org.eclipse.jetty.fcgi.client.http that return HttpConnectionOverFCGI Modifier and Type Method Description protected HttpConnectionOverFCGIHttpClientTransportOverFCGI. newHttpConnection(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise)Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type HttpConnectionOverFCGI Constructor Description FCGIIdleTimeout(HttpConnectionOverFCGI connection, long idleTimeout)HttpChannelOverFCGI(HttpConnectionOverFCGI connection, Flusher flusher, long idleTimeout)
-