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