public class HttpChannelOverSPDY extends HttpChannel
LOG| Constructor and Description |
|---|
HttpChannelOverSPDY(HttpDestination destination,
HttpConnectionOverSPDY connection,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort(Throwable cause) |
void |
exchangeTerminated(Result result) |
HttpReceiverOverSPDY |
getHttpReceiver() |
HttpSenderOverSPDY |
getHttpSender() |
Session |
getSession() |
void |
proceed(HttpExchange exchange,
Throwable failure) |
void |
send() |
associate, disassociate, getHttpDestination, getHttpExchange, toStringpublic HttpChannelOverSPDY(HttpDestination destination, HttpConnectionOverSPDY connection, Session session)
public Session getSession()
public HttpSenderOverSPDY getHttpSender()
public HttpReceiverOverSPDY getHttpReceiver()
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 exchangeTerminated(Result result)
exchangeTerminated in class HttpChannelCopyright © 1995-2015 Webtide. All Rights Reserved.