|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnu.najt.kecon.jsocksproxy.AbstractSocksImplementation
nu.najt.kecon.jsocksproxy.socks5.SocksImplementation5
public class SocksImplementation5
This is the SOCKS5 implementation.
More about the SOCKS protocol http://en.wikipedia.org/wiki/SOCKS
| Field Summary |
|---|
| Fields inherited from class nu.najt.kecon.jsocksproxy.AbstractSocksImplementation |
|---|
logger |
| Constructor Summary | |
|---|---|
SocksImplementation5(JSocksProxy jSocksProxy,
java.net.Socket socket)
Constructor |
|
| Method Summary | |
|---|---|
void |
handle()
This method is the method which handle the handshake (except for the first version check) and tunneling. |
| Methods inherited from class nu.najt.kecon.jsocksproxy.AbstractSocksImplementation |
|---|
getSocket, getStatus, openConnection, setStatus, tunnel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocksImplementation5(JSocksProxy jSocksProxy,
java.net.Socket socket)
jSocksProxy - the parent instancesocket - the socket| Method Detail |
|---|
public void handle()
SocksImplementation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||