Project JXTA

Uses of Class
net.jxta.util.AbstractSimpleSelectable

Packages that use AbstractSimpleSelectable
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Uses of AbstractSimpleSelectable in net.jxta.endpoint
 

Subclasses of AbstractSimpleSelectable in net.jxta.endpoint
 class AbstractMessenger
          An AbstractMessenger is used to implement messengers (for example, by transport modules).
 class AsyncChannelMessenger
           
 class ChannelMessenger
          A Channel Messenger provides an exclusive interface to the shared messenger.
 class Message
          Messages are containers for protocol messages within JXTA.
 class ThreadedMessenger
          This is a messenger meant to be shared by multiple channels and automatically distribute the available bandwith among the channels.
 

Uses of AbstractSimpleSelectable in net.jxta.util
 

Subclasses of AbstractSimpleSelectable in net.jxta.util
 class SimpleSelector
          A very primitive version of NIO's select mechanism.
 


JXTA J2SE