public class HttpChannelOverHTTP extends HttpChannel
LOG| Constructor and Description |
|---|
HttpChannelOverHTTP(HttpConnectionOverHTTP connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
exchangeTerminated(HttpExchange exchange,
Result result) |
HttpConnectionOverHTTP |
getHttpConnection() |
protected HttpReceiver |
getHttpReceiver() |
protected HttpSender |
getHttpSender() |
protected HttpReceiverOverHTTP |
newHttpReceiver() |
protected HttpSenderOverHTTP |
newHttpSender() |
void |
receive() |
void |
release() |
void |
send() |
String |
toString() |
abort, abortResponse, associate, disassociate, getHttpDestination, getHttpExchange, proceedpublic HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
protected HttpSenderOverHTTP newHttpSender()
protected HttpReceiverOverHTTP newHttpReceiver()
protected HttpSender getHttpSender()
getHttpSender in class HttpChannelprotected HttpReceiver getHttpReceiver()
getHttpReceiver in class HttpChannelpublic HttpConnectionOverHTTP getHttpConnection()
public void send()
send in class HttpChannelpublic void release()
release in class HttpChannelpublic void receive()
public void exchangeTerminated(HttpExchange exchange, Result result)
exchangeTerminated in class HttpChannelpublic String toString()
toString in class HttpChannelCopyright © 1995-2018 Webtide. All Rights Reserved.