Class HttpConnectionOverFCGI.Delegate
- java.lang.Object
-
- org.eclipse.jetty.client.HttpConnection
-
- org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI.Delegate
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,Connection
,Attachable
- Enclosing class:
- HttpConnectionOverFCGI
private class HttpConnectionOverFCGI.Delegate extends HttpConnection
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Delegate(HttpDestination destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
close(java.lang.Throwable failure)
protected java.util.Iterator<HttpChannel>
getHttpChannels()
boolean
isClosed()
protected SendFailure
send(HttpExchange exchange)
java.lang.String
toString()
-
Methods inherited from class org.eclipse.jetty.client.HttpConnection
destroy, getAttachment, getHttpClient, getHttpDestination, normalizeRequest, onIdleTimeout, send, send, setAttachment
-
-
-
-
Constructor Detail
-
Delegate
private Delegate(HttpDestination destination)
-
-
Method Detail
-
getHttpChannels
protected java.util.Iterator<HttpChannel> getHttpChannels()
- Specified by:
getHttpChannels
in classHttpConnection
-
send
protected SendFailure send(HttpExchange exchange)
- Specified by:
send
in classHttpConnection
-
close
public void close()
-
close
protected void close(java.lang.Throwable failure)
-
isClosed
public boolean isClosed()
- Returns:
- whether this connection has been closed
- See Also:
Connection.close()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHttpConnection
-
-