Project JXTA

Package net.jxta.endpoint

Interface Summary
EndpointAddress The EndpointAddress class defines the JXTA Endpoint address.
EndpointFilterListener This interface is used in order to set up an EndpointService Filter listener.
EndpointListener This interface is used in order to set up an EndpointService listener.
EndpointMessenger An Endpoint Messenger is responsible for sending messages to an Endpoint Address.
EndpointService The EndpointService Service provides a frontend API and enviroment to all endpoint protocols.
Message Message defines the interface of messages sent or received to or from an endpoint and pipes.
MessageElementEnumeration A typed enumeration of MessageElements.
MessageReceiver A MessageReceiver is a MessageTransport that is capable of receiving messages.
MessageSender A MessageSender is a MessageTransport that is able to send messages to remote peers using some protocol.
MessageTransport A MessageTransport is responsible for sending and or receiving JXTA messages from an external network.
 

Class Summary
MessageElement This abstract class defines the Message Element.
NewByteArrayMessageElement Deprecated. Though new to this release, this class will be disappearing in the next stable release.
NewInputStreamMessageElement Deprecated. Though new to this release, this class will be disappearing in the next stable release.
NewMessage Deprecated. Though new to this release, this class will be disappearing in the next stable release.
NewMessage.ElementIterator A List Iterator which also provides the ability to determine the namespace of the current element.
NewMessageElement Deprecated. Though new to this release, this class will be disappearing in the next stable release.
NewStringMessageElement Deprecated. Though new to this release, this class will be disappearing in the next stable release.
NewTextMessageElement Deprecated. Though new to this release, this class will be disappearing in the next stable release.
 


Project JXTA