| Constructor and Description |
|---|
HttpUploadServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelUnregistered(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
acceptInboundMessage, beginMessageReceived, endMessageReceived, freeInboundBuffer, inboundBufferUpdated, newInboundBufferchannelActive, channelInactive, channelReadSuspended, channelRegisteredafterAdd, afterRemove, beforeAdd, beforeRemove, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void channelUnregistered(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelUnregistered in interface io.netty.channel.ChannelStateHandlerchannelUnregistered in class io.netty.channel.ChannelStateHandlerAdapterExceptionpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
Copyright © 2008-2013 The Netty Project. All Rights Reserved.