public class HttpTransportOverMux extends Object implements HttpTransport
HttpGenerator.ResponseInfo objects and convert to bytes for response.| Constructor and Description |
|---|
HttpTransportOverMux(Muxer muxer,
MuxChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed() |
void |
send(HttpGenerator.ResponseInfo info,
ByteBuffer responseBodyContent,
boolean lastContent)
Process ResponseInfo object into AddChannelResponse
|
void |
send(HttpGenerator.ResponseInfo info,
ByteBuffer responseBodyContent,
boolean lastContent,
Callback callback) |
public HttpTransportOverMux(Muxer muxer, MuxChannel channel)
public void completed()
completed in interface HttpTransportpublic void send(HttpGenerator.ResponseInfo info, ByteBuffer responseBodyContent, boolean lastContent) throws IOException
send in interface HttpTransportIOExceptionpublic void send(HttpGenerator.ResponseInfo info, ByteBuffer responseBodyContent, boolean lastContent, Callback callback)
send in interface HttpTransportCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.