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. activeChannels
private java.util.Queue<HttpChannelOverFCGI>
HttpConnectionOverFCGI. idleChannels
Methods in org.eclipse.jetty.fcgi.client.http that return HttpChannelOverFCGI Modifier and Type Method Description protected HttpChannelOverFCGI
HttpConnectionOverFCGI. acquireHttpChannel(int id, Request request)
protected HttpChannelOverFCGI
HttpReceiverOverFCGI. getHttpChannel()
protected HttpChannelOverFCGI
HttpSenderOverFCGI. getHttpChannel()
protected HttpChannelOverFCGI
HttpConnectionOverFCGI. newHttpChannel(Request request)
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpChannelOverFCGI Modifier and Type Method Description protected void
HttpConnectionOverFCGI. release(HttpChannelOverFCGI channel)
-