Uses of Interface
seda.nbio.Selectable

Packages that use Selectable
seda.nbio   
 

Uses of Selectable in seda.nbio
 

Classes in seda.nbio that implement Selectable
 class NonblockingDatagramSocket
          A NonblockingDatagramSocket provides non-blocking UDP (datagram) I/O.
 class NonblockingMulticastSocket
          NonblockingMulticastSocket provides non-blocking multicast datagram I/O.
 class NonblockingServerSocket
          A NonblockingServerSocket implements a nonblocking variant of java.net.ServerSocket.
 class NonblockingSocket
          A NonblockingSocket is a socket which exports nonblocking input/output streams.
 

Methods in seda.nbio that return Selectable
 Selectable SelectItem.getSelectable()
          Return the Selectable associated with this SelectItem.
 

Constructors in seda.nbio with parameters of type Selectable
SelectItem(Selectable sel, java.lang.Object obj, short events)
          Create a SelectItem with the given Selectable, given state pointer, and the given event mask.
SelectItem(Selectable sel, short events)
          Create a SelectItem with the given Selectable and the given event mask.