JXTA

Uses of Package
net.jxta.impl.endpoint

Packages that use net.jxta.impl.endpoint
net.jxta.impl.endpoint A JXTA EndpointService implementation which implements the standard JXTA Endpoint Service. 
net.jxta.impl.endpoint.cbjx A JXTA MessageTransport implementation which which provides message verification by examining message signatures. 
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. 
net.jxta.impl.endpoint.router A JXTA MessageTransport implementation which simply translates addresses in messages from peer ids to physical Endpoint Addresses. 
net.jxta.impl.endpoint.servlethttp A JXTA MessageTransport implementation which uses the HTTP protocol. 
net.jxta.impl.endpoint.tcp A JXTA MessageTransport implementation which uses raw TCP/IP sockets. 
net.jxta.impl.endpoint.tls A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets. 
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
EndpointServiceImpl
          This class implements the frontend for all the JXTA endpoint protocols, as well as the API for the implementation of the core protocols that use directly the EndpointService.
SocketFactory
          Provides pluggable socket creation for JXTA TCP connection (not those for HTTP since those are from URLConnection).
WireFormatMessageBinary.binaryElementProxy
          Proxy for a message element.
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint.cbjx
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint.relay
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint.router
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint.servlethttp
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint.tcp
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
 

Classes in net.jxta.impl.endpoint used by net.jxta.impl.endpoint.tls
BlockingMessenger
          This class is a near-drop-in replacement for the previous BlockingMessenger class.
LoopbackMessenger
          This class implements local delivery of messages (for example when the InputPipe and the OutputPipe are located on the same peer)

The reason this class is useful is that it may not always be possible to connect to oneself without actually through the relay. i.e.

 


JXSE