| 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) |
beginMessageReceived, endMessageReceived, freeInboundBuffer, inboundBufferUpdated, isSupported, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, 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-2012 The Netty Project. All Rights Reserved.