Main Page | Packages | Class Hierarchy | Class List | File List | Class Members

Package seda.nbio


Classes

class  seda.nbio.NBIOFileDescriptor
 This is a package-internal class used to represent a UNIX file descriptor. More...

class  seda.nbio.NonblockingDatagramSocket
 A NonblockingDatagramSocket provides non-blocking UDP (datagram) I/O. More...

class  seda.nbio.NonblockingInputStream
 A NonblockingInputStream is an InputStream which implements nonblocking semantics. More...

class  seda.nbio.NonblockingMulticastSocket
 NonblockingMulticastSocket provides non-blocking multicast datagram I/O. More...

class  seda.nbio.NonblockingOutputStream
 A NonblockingOutputStream is an OutputStream with nonblocking semantics. More...

class  seda.nbio.NonblockingServerSocket
 A NonblockingServerSocket implements a nonblocking variant of java.net.ServerSocket. More...

class  seda.nbio.NonblockingSocket
 A NonblockingSocket is a socket which exports nonblocking input/output streams. More...

class  seda.nbio.NonblockingSocketImpl
class  seda.nbio.NonblockingSocketInputStream
 Package-internal class implementing NonblockingInputStream for nonblocking sockets. More...

class  seda.nbio.NonblockingSocketOutputStream
 Package-internal class implementing NonblockingOutputStream for nonblocking sockets. More...

interface  seda.nbio.Selectable
 Selectable is an interface which represents an object (such as a socket or file descriptor) which may be used with the SelectItem and SelectSet classes. More...

class  seda.nbio.SelectItem
 A SelectItem represents a single socket/file descriptor/etc. More...

class  seda.nbio.SelectSet
 A SelectSet represents a set of SelectItems which you wish to poll or wait for events to occur on. More...

class  seda.nbio.SelectSetDevPollImpl
 SelectSetDevPollImpl is an implementation of SelectSet which uses the UNIX /dev/poll mechanism. More...

class  seda.nbio.SelectSetImpl
 SelectSetImpl represents an internal implementation of SelectSet. More...

class  seda.nbio.SelectSetPollImpl
 SelectSetPollImpl is an implementation of SelectSet which uses the UNIX poll(2) system call. More...


Generated on Fri Aug 13 10:57:52 2004 for libnbio2-java by doxygen 1.3.7