Package org.jboss.netty.handler.codec.socks
package org.jboss.netty.handler.codec.socks
Encoder, decoder and their related message types for Socks.
Be aware it is only supported on Java 6+.
-
ClassDescriptionAn socks auth request.Decodes
ChannelBuffer
s intoSocksAuthRequest
.An socks auth response.DecodesChannelBuffer
s intoSocksAuthResponse
.An socks cmd request.DecodesChannelBuffer
s intoSocksCmdRequest
.An socks cmd response.DecodesChannelBuffer
s intoSocksCmdResponse
.An socks init request.DecodesChannelBuffer
s intoSocksInitRequest
.An socks init response.DecodesChannelBuffer
s intoSocksInitResponse
.An abstract class that defines a SocksMessage, providing common properties forSocksRequest
andSocksResponse
.Encodes anSocksMessage
into aChannelBuffer
.An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest
,SocksAuthRequest
,SocksCmdRequest
andUnknownSocksRequest
.Type of socks requestAn abstract class that defines a SocksResponse, providing common properties forSocksInitResponse
,SocksAuthResponse
,SocksCmdResponse
andUnknownSocksResponse
.Type of socks responseAn unknown socks message.An unknown socks request.An unknown socks response.