Package org.eclipse.jetty.client.http
Class HttpChannelOverHTTP
- java.lang.Object
-
- org.eclipse.jetty.client.HttpChannel
-
- org.eclipse.jetty.client.http.HttpChannelOverHTTP
-
- All Implemented Interfaces:
CyclicTimeouts.Expirable
public class HttpChannelOverHTTP extends HttpChannel
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.client.HttpChannel
LOG
-
-
Constructor Summary
Constructors Constructor Description HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexchangeTerminated(HttpExchange exchange, Result result)ResultexchangeTerminating(HttpExchange exchange, Result result)HttpConnectionOverHTTPgetHttpConnection()protected HttpReceiverOverHTTPgetHttpReceiver()protected HttpSenderOverHTTPgetHttpSender()protected longgetMessagesIn()protected longgetMessagesOut()protected HttpReceiverOverHTTPnewHttpReceiver()protected HttpSenderOverHTTPnewHttpSender()voidreceive()voidrelease()voidsend(HttpExchange exchange)java.lang.StringtoString()-
Methods inherited from class org.eclipse.jetty.client.HttpChannel
abort, abortResponse, associate, destroy, disassociate, getExpireNanoTime, getHttpDestination, getHttpExchange, proceed, send
-
-
-
-
Constructor Detail
-
HttpChannelOverHTTP
public HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
-
-
Method Detail
-
newHttpSender
protected HttpSenderOverHTTP newHttpSender()
-
newHttpReceiver
protected HttpReceiverOverHTTP newHttpReceiver()
-
getHttpSender
protected HttpSenderOverHTTP getHttpSender()
- Specified by:
getHttpSenderin classHttpChannel
-
getHttpReceiver
protected HttpReceiverOverHTTP getHttpReceiver()
- Specified by:
getHttpReceiverin classHttpChannel
-
getHttpConnection
public HttpConnectionOverHTTP getHttpConnection()
-
send
public void send(HttpExchange exchange)
- Specified by:
sendin classHttpChannel
-
release
public void release()
- Specified by:
releasein classHttpChannel
-
exchangeTerminating
public Result exchangeTerminating(HttpExchange exchange, Result result)
- Overrides:
exchangeTerminatingin classHttpChannel
-
receive
public void receive()
-
exchangeTerminated
public void exchangeTerminated(HttpExchange exchange, Result result)
- Overrides:
exchangeTerminatedin classHttpChannel
-
getMessagesIn
protected long getMessagesIn()
-
getMessagesOut
protected long getMessagesOut()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classHttpChannel
-
-