Package | Description |
---|---|
org.eclipse.jetty.fcgi.client.http |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,HttpChannelOverFCGI> |
HttpConnectionOverFCGI.activeChannels |
private java.util.Queue<HttpChannelOverFCGI> |
HttpConnectionOverFCGI.idleChannels |
Modifier and Type | Method and Description |
---|---|
protected HttpChannelOverFCGI |
HttpConnectionOverFCGI.acquireHttpChannel(int id,
Request request) |
protected HttpChannelOverFCGI |
HttpSenderOverFCGI.getHttpChannel() |
protected HttpChannelOverFCGI |
HttpConnectionOverFCGI.newHttpChannel(Request request) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpConnectionOverFCGI.release(HttpChannelOverFCGI channel) |