@ChannelHandler.Sharable public class SocksMessageEncoder extends OneToOneEncoder
SocksMessage into a ChannelBuffer.
 OneToOneEncoder implementation.
 Use this with SocksInitRequest, SocksInitResponse, SocksAuthRequest,
 SocksAuthResponse, SocksCmdRequest and SocksCmdResponseChannelHandler.Sharable| Constructor and Description | 
|---|
| SocksMessageEncoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | encode(ChannelHandlerContext ctx,
      Channel channel,
      Object msg)Transforms the specified message into another message and return the
 transformed message. | 
| static String | getName()Deprecated. 
 Will be removed at the next minor version bump. | 
doEncode, handleDownstream@Deprecated public static String getName()
protected Object encode(ChannelHandlerContext ctx, Channel channel, Object msg) throws Exception
OneToOneEncodernull, unlike
 you can in OneToOneDecoder.decode(ChannelHandlerContext, Channel, Object);
 you must return something, at least ChannelBuffers.EMPTY_BUFFER.encode in class OneToOneEncoderExceptionCopyright © 2008-2015 The Netty Project. All Rights Reserved.