Package nu.najt.kecon.jsocksproxy

Interface Summary
JSocksProxyMBean MBean interface for application servers.
SocksImplementation The base interface for SOCKS implementations.
 

Class Summary
AbstractSocksImplementation The common implementation of the SOCKS protocol.
JSocksProxy This SOCKS proxy supports basic unauthenticated v4 and v5 versions.
SocksImplementationFactory The SocksImplementationFactory return a SocksImplementation depending on what the client request to use.
 

Exception Summary
AccessDeniedException This exception is thrown if the client requests a SOCKS version that is now allowed
UnknownCommand UnknownCommand is thrown is the client requesting a unsupported command
UnknownSocksVersion This exception is thrown is the client requests a unsupported SOCKS version.