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 HttpTransport
public void send(HttpGenerator.ResponseInfo info, ByteBuffer content, boolean lastContent, Callback callback)
send
in interface HttpTransport
public void completed()
completed
in interface HttpTransport
public void abort()
HttpTransport
abort
in interface HttpTransport
Copyright © 1995-2015 Webtide. All Rights Reserved.