org.abstracthorizon.danube.proxy.socket
Interface Proxy.Connection

All Known Implementing Classes:
Proxy.ControlConnection, Proxy.ProxyConnection
Enclosing class:
Proxy

public static interface Proxy.Connection


Method Summary
 void close(SelectionKey key)
           
 void read(SelectionKey key)
           
 void write(SelectionKey key)
           
 

Method Detail

read

void read(SelectionKey key)
          throws IOException
Throws:
IOException

write

void write(SelectionKey key)
           throws IOException
Throws:
IOException

close

void close(SelectionKey key)
           throws IOException
Throws:
IOException


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