| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkManager
This interface has common APIs for network managements
According to a kind of transport layers, this interface will be implemented adequately.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageSender
This class implements a common
MessageSender logic simply in order to help the specific transport layer to be implemented easily
Mainly, this stores both source's PeerID and target's PeerID before sending the message to the peer |
class |
AbstractMultiMessageSender
This class implements both a common
MulticastMessageSender and MessageSender logic simply
in order to help the specific transport layer to be implemented easily
Mainly, this stores both source's PeerID and target's PeerID
before sending the message to the peer or broadcasting the message to all members |
class |
AbstractNetworkManager
This class implements a common
NetworkManager logic simply in order to help the specific transport layer to be implemented easily
Mainly, this manages MessageListener and dispatches an inbound Message into the appropriate listener |
| Modifier and Type | Method and Description |
|---|---|
MessageSender |
NetworkManager.getMessageSender(int transport)
Returns a
MessageSender corresponding with transport type |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyNetworkManager |
| Modifier and Type | Field and Description |
|---|---|
MessageSender |
GrizzlyNetworkManager.tcpSender |
MessageSender |
GrizzlyNetworkManager.udpSender |
| Modifier and Type | Method and Description |
|---|---|
MessageSender |
GrizzlyNetworkManager.getMessageSender(int transport) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyNetworkManager2 |
class |
GrizzlyTCPMessageSender |
| Modifier and Type | Class and Description |
|---|---|
class |
JxtaNetworkManager
NetworkManager wraps the JXTA plaform lifecycle into a single object.
|
class |
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 |
| Modifier and Type | Method and Description |
|---|---|
MessageSender |
JxtaNetworkManager.getMessageSender(int transport) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.