org.abstracthorizon.danube.proxy.socket
Class Proxy.ControlPort

java.lang.Object
  extended by org.abstracthorizon.danube.proxy.socket.Proxy.ControlPort
All Implemented Interfaces:
Proxy.PortProcessor
Enclosing class:
Proxy

protected static class Proxy.ControlPort
extends Object
implements Proxy.PortProcessor


Constructor Summary
Proxy.ControlPort(Proxy proxy, Selector selector, InetSocketAddress socketAddress)
           
 
Method Summary
 void init()
           
 void newConnection(ServerSocketChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy.ControlPort

public Proxy.ControlPort(Proxy proxy,
                         Selector selector,
                         InetSocketAddress socketAddress)
Method Detail

init

public void init()
          throws IOException
Throws:
IOException

newConnection

public void newConnection(ServerSocketChannel channel)
                   throws IOException
Specified by:
newConnection in interface Proxy.PortProcessor
Throws:
IOException


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.