com.partnersoft.net
Class TcpMiddlemanDaemon

java.lang.Object
  extended by com.partnersoft.net.TcpSocketChannelDaemon
      extended by com.partnersoft.net.TcpMiddlemanDaemon
All Implemented Interfaces:
Daemon

public class TcpMiddlemanDaemon
extends TcpSocketChannelDaemon


Constructor Summary
TcpMiddlemanDaemon(int portNumber)
           
 
Method Summary
protected  void handleConnection(java.nio.channels.SocketChannel socketChannel)
           
 
Methods inherited from class com.partnersoft.net.TcpSocketChannelDaemon
runImp, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpMiddlemanDaemon

public TcpMiddlemanDaemon(int portNumber)
Method Detail

handleConnection

protected void handleConnection(java.nio.channels.SocketChannel socketChannel)
                         throws java.lang.Exception
Specified by:
handleConnection in class TcpSocketChannelDaemon
Throws:
java.lang.Exception