public class HttpResponseStreamHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
InputStream.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpResponseStreamHandler.HttpResponseInputStream |
| Constructor and Description |
|---|
HttpResponseStreamHandler(ResultCallback<InputStream> resultCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf msg) |
acceptInboundMessage, channelReadchannelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic HttpResponseStreamHandler(ResultCallback<InputStream> resultCallback)
Copyright © 2017. All Rights Reserved.