@ChannelHandler.Sharable
public final class SocksServerConnectHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.handler.codec.socks.SocksCmdRequest>
| Constructor and Description |
|---|
SocksServerConnectHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
static String |
getName() |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.socks.SocksCmdRequest request) |
acceptInboundMessage, beginMessageReceived, endMessageReceived, freeInboundBuffer, inboundBufferUpdated, newInboundBufferchannelActive, channelInactive, channelReadSuspended, channelRegistered, channelUnregisteredafterAdd, afterRemove, beforeAdd, beforeRemove, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static String getName()
public void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.socks.SocksCmdRequest request)
throws Exception
messageReceived in class io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.handler.codec.socks.SocksCmdRequest>ExceptionCopyright © 2008-2013 The Netty Project. All Rights Reserved.