public class FileResponseChannelHandler extends ObjectDecodeChannelInboundHandler<FileResponse>
| Constructor and Description |
|---|
FileResponseChannelHandler(com.liferay.portal.kernel.concurrent.AsyncBroker<Path,FileResponse> asyncBroker,
io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup) |
| Modifier and Type | Method and Description |
|---|---|
FileResponse |
channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
FileResponse fileResponse,
io.netty.buffer.ByteBuf byteBuf) |
channelRead, channelRead, channelRead0, handlerAddedchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic FileResponseChannelHandler(com.liferay.portal.kernel.concurrent.AsyncBroker<Path,FileResponse> asyncBroker, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup)
public FileResponse channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, FileResponse fileResponse, io.netty.buffer.ByteBuf byteBuf) throws IOException
channelRead0 in class ObjectDecodeChannelInboundHandler<FileResponse>IOException