public class TcpProxyDaemon extends TcpSocketChannelDaemon
| Constructor and Description |
|---|
TcpProxyDaemon(int localPort,
java.lang.String remoteHost,
int remotePort,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleConnection(java.nio.channels.SocketChannel socketChannel) |
runImp, start, stoppublic TcpProxyDaemon(int localPort,
java.lang.String remoteHost,
int remotePort,
int timeout)
protected void handleConnection(java.nio.channels.SocketChannel socketChannel)
throws java.lang.Exception
handleConnection in class TcpSocketChannelDaemonjava.lang.Exception