JXTA

Package net.jxta.impl.endpoint.router

A JXTA MessageTransport implementation which simply translates addresses in messages from peer ids to physical Endpoint Addresses.

See:
          Description

Class Summary
BadRoute This class is used to cache negative route information.
Destinations This class is a repository of wisdom regarding destinations.
EndpointRouter  
EndpointRouterMessage Router Message element.
RouteCM  
RouteControl Provides an "IOCTL" style interface to the JXTA router transport
RouteResolver Handles dynamic route resolution.
RouteResolver.CurrentCredential Encapsulates current Membership Service credential.
RouterMessenger Messenger for destinations which are logical peers.
 

Package net.jxta.impl.endpoint.router Description

A JXTA MessageTransport implementation which simply translates addresses in messages from peer ids to physical Endpoint Addresses.

See Also:
EndpointService, MessageTransport, MessageSender, MessageReceiver, Message, JXTA Protocols Specification : Standard JXTA Transport Bindings

JXSE