Name

EndpointMessenger

Synopsis

Endpoint messengers are responsible for sending messages to endpoint addresses. These objects are obtained from endpoint protocol objects.

public interface EndpointMessenger {
// Public Instance Methods
   public abstract void close();  
   public abstract void sendMessage(Message msg) throws IOException;
}

Returned By

EndpointProtocol.getMessenger(), EndpointService.getMessenger()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.