JXTA

Package net.jxta.impl.endpoint.relay

A JXTA MessageTransport implementation which which provides client polling and server store-and forward functionality for peers incapable of receiving incoming connections.

See:
          Description

Class Summary
RelayClient RelayClient manages the relationship with the RelayServer(s)
RelayClient.RelayServerConnection  
RelayReferralSeedingManager Extends the URI Seeding Manager by supplementing the list of active seeds with the active relay peers.
RelayServer Relay server that maintains outgoing message queues, leases, etc.
RelayServer.BGSend Sends a message on an synchronous messenger.
RelayServerClient This class abstracts a client of the Relay Server
RelayServerClient.RelayMessenger  
RelayTransport The Relay Server supports the following commands: CONNECT - message contains PEERID, optional LEASE DISCONNECT - message contains PEERID.
 

Package net.jxta.impl.endpoint.relay Description

A JXTA MessageTransport implementation which which provides client polling and server store-and forward functionality for peers incapable of receiving incoming connections. A virtual transport, the messages are transfered between peers using client initiated connections of some other message transport.

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

JXSE