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, toString
public HttpChannelOverSPDY(HttpDestination destination, HttpConnectionOverSPDY connection, Session session)
public Session getSession()
public HttpSenderOverSPDY getHttpSender()
public HttpReceiverOverSPDY getHttpReceiver()
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 exchangeTerminated(Result result)
exchangeTerminated
in class HttpChannel
Copyright © 1995-2015 Webtide. All Rights Reserved.