nu.najt.kecon.jsocksproxy
Interface SocksImplementation

All Known Implementing Classes:
AbstractSocksImplementation, SocksImplementation4, SocksImplementation5

public interface SocksImplementation

The base interface for SOCKS implementations.

Author:
Kenny Colliander Nordin

Method Summary
 void handle()
          This method is the method which handle the handshake (except for the first version check) and tunneling.
 

Method Detail

handle

void handle()
This method is the method which handle the handshake (except for the first version check) and tunneling.