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
ChannelBuffers intoSocksAuthRequest.An socks auth response.DecodesChannelBuffers intoSocksAuthResponse.An socks cmd request.DecodesChannelBuffers intoSocksCmdRequest.An socks cmd response.DecodesChannelBuffers intoSocksCmdResponse.An socks init request.DecodesChannelBuffers intoSocksInitRequest.An socks init response.DecodesChannelBuffers intoSocksInitResponse.An abstract class that defines a SocksMessage, providing common properties forSocksRequestandSocksResponse.Encodes anSocksMessageinto aChannelBuffer.An abstract class that defines a SocksRequest, providing common properties forSocksInitRequest,SocksAuthRequest,SocksCmdRequestandUnknownSocksRequest.Type of socks requestAn abstract class that defines a SocksResponse, providing common properties forSocksInitResponse,SocksAuthResponse,SocksCmdResponseandUnknownSocksResponse.Type of socks responseAn unknown socks message.An unknown socks request.An unknown socks response.