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, getHttpExchange
public HttpChannelOverHTTP(HttpConnectionOverHTTP connection)
public HttpConnectionOverHTTP getHttpConnection()
public void send()
send
in class HttpChannel
public void proceed(HttpExchange exchange, Throwable failure)
proceed
in class HttpChannel
public boolean abort(Throwable cause)
abort
in class HttpChannel
public void receive()
public void exchangeTerminated(Result result)
exchangeTerminated
in class HttpChannel
public String toString()
toString
in class HttpChannel
Copyright © 1995-2015 Webtide. All Rights Reserved.