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