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 HttpConnectionOverFCGI
HttpChannelOverFCGI. connection
private HttpConnectionOverFCGI
HttpChannelOverFCGI.FCGIIdleTimeout. connection
Methods in org.eclipse.jetty.fcgi.client.http that return HttpConnectionOverFCGI Modifier and Type Method Description protected HttpConnectionOverFCGI
HttpClientTransportOverFCGI. 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)
-