|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.jxta.impl.endpoint | |
net.jxta.impl.endpoint | |
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. |
|
QuotaIncomingMessageListener
A wrapper around an EndpointListener which imposes fair sharing quotas. |
|
QuotaIncomingMessageListener.ListenerThread
The thread which services removing items from the queue |
|
SocketFactory
Provides pluggable socket creation for JXTA TCP connection (not those for HTTP since those are from URLConnection). |
|
WireFormatMessage
A wire serialization of an abstract message. |
|
WireFormatMessageBinary.binaryElementProxy
|
|
WireFormatMessageFactory.Instantiator
Interface for instantiators of wire format messages. |
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 going to a relay. |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |