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
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)
-