Sea 0.4.0

Uses of Package
gov.lbl.dsd.sea.nio.util

Packages that use gov.lbl.dsd.sea.nio.util
gov.lbl.dsd.sea.nio Efficient and scalable non-blocking asynchronous network agent connectors for the Staged Event Architecture Framework. 
gov.lbl.dsd.sea.nio.auth Utilities used for remote host authorization (allow/deny style). 
gov.lbl.dsd.sea.nio.util Various convenient utilities. 
 

Classes in gov.lbl.dsd.sea.nio.util used by gov.lbl.dsd.sea.nio
ByteBufferPool
          Efficient thread-safe pool of ByteBuffers for high performance NIO applications.
SocketOpts
          Convenience class to get and set socket options; see SocketOptions and Socketfor the corresponding keys and values.
 

Classes in gov.lbl.dsd.sea.nio.util used by gov.lbl.dsd.sea.nio.auth
ExtendedProperties
          This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
 

Classes in gov.lbl.dsd.sea.nio.util used by gov.lbl.dsd.sea.nio.util
ArrayByteList
          Efficient resizable auto-expanding list holding byte elements; implemented with arrays.
ArrayIntList
          Efficient resizable auto-expanding list holding int elements; implemented with arrays.
ExtendedProperties
          This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
 


Sea 0.4.0