public interface HttpTransport
Modifier and Type | Method and Description |
---|---|
void |
abort()
Abort transport.
|
void |
completed() |
void |
send(ByteBuffer content,
boolean lastContent,
Callback callback) |
void |
send(HttpGenerator.ResponseInfo info,
ByteBuffer content,
boolean lastContent,
Callback callback) |
void send(HttpGenerator.ResponseInfo info, ByteBuffer content, boolean lastContent, Callback callback)
void send(ByteBuffer content, boolean lastContent, Callback callback)
void completed()
void abort()
Copyright © 1995-2015 Webtide. All Rights Reserved.