@ChannelHandler.Sharable
public final class SocksServerConnectHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.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.codec.socks.SocksCmdRequest request) |
beginMessageReceived, endMessageReceived, freeInboundBuffer, inboundBufferUpdated, isSupported, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, channelUnregistered, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static String getName()
public void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.codec.socks.SocksCmdRequest request)
throws Exception
messageReceived in class io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.codec.socks.SocksCmdRequest>ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.