org.abstracthorizon.danube.proxy.socket
Class MakeTestProxy.Connection

java.lang.Object
  extended by org.abstracthorizon.danube.proxy.socket.MakeTestProxy.Connection
Enclosing class:
MakeTestProxy

public static class MakeTestProxy.Connection
extends Object


Field Summary
 ByteBuffer buffer
           
 SocketChannel in
           
 boolean inbound
           
 SocketChannel out
           
 
Constructor Summary
MakeTestProxy.Connection(SocketChannel in, SocketChannel out, boolean inbound)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buffer

public ByteBuffer buffer

in

public SocketChannel in

out

public SocketChannel out

inbound

public boolean inbound
Constructor Detail

MakeTestProxy.Connection

public MakeTestProxy.Connection(SocketChannel in,
                                SocketChannel out,
                                boolean inbound)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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