org.abstracthorizon.danube.proxy.socket
Class Proxy.ControlConnection
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Proxy.ControlConnection
public Proxy.ControlConnection(Proxy proxy,
SocketChannel channel)
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.