org.abstracthorizon.danube.proxy.socket
Class Proxy.ProxyConnection
java.lang.Object
org.abstracthorizon.danube.proxy.socket.Proxy.ProxyConnection
- All Implemented Interfaces:
- Proxy.Connection
- Enclosing class:
- Proxy
public static class Proxy.ProxyConnection
- extends Object
- implements Proxy.Connection
Proxy.ProxyConnection
public Proxy.ProxyConnection(SocketChannel in,
SocketChannel out,
boolean inbound)
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
close
public void close(SelectionKey key)
throws IOException
- Specified by:
close
in interface Proxy.Connection
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.