public class HttpChannelOverHTTP extends HttpChannel
LOG| Constructor | Description |
|---|---|
HttpChannelOverHTTP(HttpConnectionOverHTTP connection) |
| Modifier and Type | Method | 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() |
|
java.lang.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 java.lang.String toString()
toString in class HttpChannelCopyright © 1995–2017 Webtide. All rights reserved.