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, channelRead
channelActive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
public HttpResponseStreamHandler(ResultCallback<InputStream> resultCallback)
Copyright © 2017. All Rights Reserved.