public class HttpTransportOverSPDY extends Object implements HttpTransport
| Constructor and Description |
|---|
HttpTransportOverSPDY(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
PushStrategy pushStrategy,
Stream stream,
Fields requestHeaders) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Abort transport.
|
void |
completed() |
protected Fields |
getRequestHeaders() |
protected Stream |
getStream() |
void |
send(ByteBuffer responseBodyContent,
boolean lastContent,
Callback callback) |
void |
send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
public HttpTransportOverSPDY(Connector connector, HttpConfiguration configuration, EndPoint endPoint, PushStrategy pushStrategy, Stream stream, Fields requestHeaders)
protected Stream getStream()
protected Fields getRequestHeaders()
public void send(ByteBuffer responseBodyContent, boolean lastContent, Callback callback)
send in interface HttpTransportpublic void send(HttpGenerator.ResponseInfo info, ByteBuffer content, boolean lastContent, Callback callback)
send in interface HttpTransportpublic void completed()
completed in interface HttpTransportpublic void abort()
HttpTransportabort in interface HttpTransportCopyright © 1995-2015 Webtide. All Rights Reserved.