Package rabbit.io

Classes that deal with network and i/o.

See:
          Description

Interface Summary
BufferHandle A handle to a ByteBuffer
BufferHandler A ByteBuffer handler
HandlerRegistration A class to hold information about when an operation was attached to the selector.
InetAddressListener An interface for a listener of asyncronous dns lookups.
Resolver An interface to handle name lookups.
SocketHandler A handler for a socket channel.
Storable An object that can be read to a DataOutput and read from a DataInput.
WebConnectionListener A listener for waiting on web connections.
 

Class Summary
Address A class to handle the addresses of the connections.
CacheBufferHandle A handle to a ByteBuffer that uses a buffer handler
CachingBufferHandler A ByteBuffer handler that keeps re uses returned buffers.
Closer A helper class that can close resources without throwing exceptions.
ConnectionHandler A class to handle the connections to the net.
MultiHandlerRegistration A multiplexing handler registration.
Range A class to handle a range.
SelectorRegistrator A class to handle selector registrations.
SimpleBufferHandle A handle to a ByteBuffer.
SimpleHandlerRegistration A class to hold information about when an operation was attached to the selector.
WebConnection A class to handle a connection to the Internet.
 

Package rabbit.io Description

Classes that deal with network and i/o.