Uses of Interface
org.neo.swarm.util.io.StreamCallback

Packages that use StreamCallback
org.neo.swarm.util.io   
org.neo.swarm.util.network.tcp.client   
 

Uses of StreamCallback in org.neo.swarm.util.io
 

Constructors in org.neo.swarm.util.io with parameters of type StreamCallback
ByteBufferOutputStream(java.nio.ByteBuffer buffer, StreamCallback callback)
           
ByteBufferInputStream(int headerSize, int footerSize, java.nio.ByteBuffer buffer, StreamCallback callback)
          We expect the header and footer value to match packet formation, i.e.
 

Uses of StreamCallback in org.neo.swarm.util.network.tcp.client
 

Classes in org.neo.swarm.util.network.tcp.client that implement StreamCallback
 class SocketReader
           
 class SocketWriter
           
 



Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.