| Class | Description |
|---|---|
| JxtaNetworkManager |
NetworkManager wraps the JXTA plaform lifecycle into a single object.
|
| JxtaNetworkManagerProxy |
Provides a facade over the NetworkManager in order to facilitate apps that require direct access to JXTA artifacts
such as pipe advertisements, etc.
|
| JxtaNetworkManagerRegistry |
This is a registry that holds the network manager instances based on group name.
|
| JxtaPipeManager |
This class manages Jxta's InputPipe and OutputPipe and sends Jxta's message through JxtaUtility
This stores and caches Jxta's OutputPipe according to Jxta's PeerID
|
| JxtaPipeManagerWrapper |
This class wraps
JxtaPipeManager and extends AbstractMultiMessageSender
which supports both MulticastMessageSender
and MessageSender transport layer
This stores and caches JxtaPipeManager according to Message's type
This implements Jxta's PipeMsgListener, receives Jxta's PipeMsgEvent, parses Jxta's message,
converts it into Message and forwards it to NetworkManager |
| JxtaUtil |
Utility class that can be used by any calling code to do common routines
|
| Enum | Description |
|---|---|
| JxtaConfigConstants |
Specifies constants that are allowed to be used as keys for configuration
elements that are sought to be set or retrieved for/from Jxta platform
configuration
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.