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

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

protected static class Proxy.ControlConnection
extends Object
implements Proxy.Connection


Constructor Summary
Proxy.ControlConnection(Proxy proxy, SocketChannel channel)
           
 
Method Summary
 void close(SelectionKey key)
           
 void read(SelectionKey key)
           
 void write(SelectionKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proxy.ControlConnection

public Proxy.ControlConnection(Proxy proxy,
                               SocketChannel channel)
Method Detail

close

public void close(SelectionKey key)
           throws IOException
Specified by:
close in interface Proxy.Connection
Throws:
IOException

read

public void read(SelectionKey key)
          throws IOException
Specified by:
read in interface Proxy.Connection
Throws:
IOException

write

public void write(SelectionKey key)
           throws IOException
Specified by:
write in interface Proxy.Connection
Throws:
IOException


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