JXTA

Uses of Package
net.jxta.endpoint

Packages that use net.jxta.endpoint
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.pipe Pipes are the core mechanism for exchanging messages between JXTA applications or services. 
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
net.jxta.rendezvous The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. 
net.jxta.resolver The JXTA Resolver Services provides a generic mechanism for JXTA Services to send "Queries", and receive "Responses". 
net.jxta.socket The socket package provides interface ala Socket over JXTA pipes. 
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Classes in net.jxta.endpoint used by net.jxta.document
MessageElement
          JXTA Message Elements are used to add data to a JXTA Message.
 

Classes in net.jxta.endpoint used by net.jxta.endpoint
AbstractMessenger
          An AbstractMessenger is used to implement messengers (for example, by transport modules).
AsyncChannelMessenger.PendingMessage
          The representation of a queued message.
ChannelMessenger
          A Channel Messenger provides an exclusive interface to the shared messenger.
EndpointAddress
          Describes a destination to which JXTA messages may be sent.
EndpointListener
          A listener for messages.
EndpointService
          The EndpointService provides the API for sending and receiving messages between peers.
ListenerAdaptor
          The legacy getMessenger asynchronous API never returns any object to the invoker until a messenger could actually be made, allowing the application to supply a listener to be invoked when the operation completes.
Message
          Messages are abstract containers for protocol messages within JXTA.
Message.element
          Holds an element, its namespace and optionally an override signature element.
Message.ElementIterator
          A ListIterator for MessageElements which also provides the ability to determine the namespace of the current message element.
MessageElement
          JXTA Message Elements are used to add data to a JXTA Message.
MessageFilterListener
          This interface is used by Message Filters.
MessageTransport
          A MessageTransport is responsible for sending and/or receiving JXTA messages from an external network.
Messenger
          A Messenger is used to send messages to a destination.
MessengerEvent
          An event which indicates that a messenger has been successfully created.
MessengerEventListener
          A listener for MessengerEvents.
OutgoingMessageEvent
          An event which provides notification of the the transmission status of an outgoing message.
OutgoingMessageEventListener
          A listener for events concerning the status of outgoing messages.
TextMessageElement
          An extension of MessageElement for managing elements that are composed of character text.
WireFormatMessage
          A wire serialization of an abstract message.
WireFormatMessageFactory.Instantiator
          Interface for instantiators of wire format messages.
 

Classes in net.jxta.endpoint used by net.jxta.peergroup
EndpointService
          The EndpointService provides the API for sending and receiving messages between peers.
 

Classes in net.jxta.endpoint used by net.jxta.pipe
Message
          Messages are abstract containers for protocol messages within JXTA.
 

Classes in net.jxta.endpoint used by net.jxta.protocol
EndpointAddress
          Describes a destination to which JXTA messages may be sent.
 

Classes in net.jxta.endpoint used by net.jxta.rendezvous
EndpointAddress
          Describes a destination to which JXTA messages may be sent.
EndpointListener
          A listener for messages.
Message
          Messages are abstract containers for protocol messages within JXTA.
 

Classes in net.jxta.endpoint used by net.jxta.resolver
OutgoingMessageEvent
          An event which provides notification of the the transmission status of an outgoing message.
 

Classes in net.jxta.endpoint used by net.jxta.socket
Message
          Messages are abstract containers for protocol messages within JXTA.
Messenger
          A Messenger is used to send messages to a destination.
 

Classes in net.jxta.endpoint used by net.jxta.util
Message
          Messages are abstract containers for protocol messages within JXTA.
Messenger
          A Messenger is used to send messages to a destination.
 


JXSE