Uses of Class
org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
-
Packages that use HttpChannelOverFCGI Package Description org.eclipse.jetty.fcgi.client.http -
-
Uses of HttpChannelOverFCGI in org.eclipse.jetty.fcgi.client.http
Fields in org.eclipse.jetty.fcgi.client.http with type parameters of type HttpChannelOverFCGI Modifier and Type Field Description private java.util.Map<java.lang.Integer,HttpChannelOverFCGI>HttpConnectionOverFCGI. activeChannelsprivate java.util.Queue<HttpChannelOverFCGI>HttpConnectionOverFCGI. idleChannelsMethods in org.eclipse.jetty.fcgi.client.http that return HttpChannelOverFCGI Modifier and Type Method Description protected HttpChannelOverFCGIHttpConnectionOverFCGI. acquireHttpChannel(int id, Request request)protected HttpChannelOverFCGIHttpReceiverOverFCGI. getHttpChannel()protected HttpChannelOverFCGIHttpSenderOverFCGI. getHttpChannel()protected HttpChannelOverFCGIHttpConnectionOverFCGI. newHttpChannel(Request request)Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpChannelOverFCGI Modifier and Type Method Description protected voidHttpConnectionOverFCGI. release(HttpChannelOverFCGI channel)
-