public class HttpChannelOverHTTP extends HttpChannel
LOG| Constructor and Description |
|---|
HttpChannelOverHTTP(HttpConnectionOverHTTP connection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort(Throwable cause) |
boolean |
abortResponse(Throwable cause) |
void |
exchangeTerminated(Result result) |
HttpConnectionOverHTTP |
getHttpConnection() |
protected HttpReceiverOverHTTP |
newHttpReceiver() |
protected HttpSenderOverHTTP |
newHttpSender() |
void |
proceed(HttpExchange exchange,
Throwable failure) |
void |
receive() |
void |
send() |
String |
toString() |
associate, disassociate, getHttpDestination, getHttpExchangepublic HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
protected HttpSenderOverHTTP newHttpSender()
protected HttpReceiverOverHTTP newHttpReceiver()
public HttpConnectionOverHTTP getHttpConnection()
public void send()
send in class HttpChannelpublic void proceed(HttpExchange exchange, Throwable failure)
proceed in class HttpChannelpublic boolean abort(Throwable cause)
abort in class HttpChannelpublic boolean abortResponse(Throwable cause)
abortResponse in class HttpChannelpublic void receive()
public void exchangeTerminated(Result result)
exchangeTerminated in class HttpChannelpublic String toString()
toString in class HttpChannelCopyright © 1995-2015 Webtide. All Rights Reserved.