| Package | Description |
|---|---|
| ds.funnel.data.msglink | |
| ds.funnel.data.msglink.protocol3 | |
| ds.funnel.node | |
| ds.funnel.node.compnt | |
| ds.funnel.overlay | |
| ds.funnel.overlay.routing | |
| ds.synapse.peer |
| Modifier and Type | Method and Description |
|---|---|
MessageLink |
LinkClosedEvent.getLink() |
MessageLink |
MessageEvent.getReplyLink() |
MessageLink |
LinkClosedEvent.getReplyLink() |
| Constructor and Description |
|---|
LinkClosedEvent(MessageLink inLink) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageProtocol |
| Modifier and Type | Method and Description |
|---|---|
MessageLink |
MessageBase.getReplyLink() |
MessageLink |
MessageLinkFactory.openLink(NodeDetails inDetails)
Open a new connection to the given node.
|
MessageLink |
MessageLinkFactory.openVirtualLink(NodeDetails inDetails)
Open a new virtual connection using the stored group protocol.
|
| Modifier and Type | Method and Description |
|---|---|
MessageLink |
NodeDetailsBase.openLink() |
MessageLink |
NodeDetails.openLink() |
MessageLink |
NodeDetailsBase.openVirtualLink() |
MessageLink |
NodeDetails.openVirtualLink() |
| Modifier and Type | Field and Description |
|---|---|
MessageLink |
NodeComponentLinkImpl.OpenedComponentLink.handler |
| Constructor and Description |
|---|
NodeComponentLinkImpl(NodeComponentImpl inImpl,
NodeDetails inClient,
NodeDetails inServer,
MessageLink inHandler) |
NodeComponentProxyImpl(NodeComponentImpl inImpl,
NodeDetails inClient,
NodeDetails inServer,
MessageLink inHandler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OverlayLink |
| Modifier and Type | Class and Description |
|---|---|
class |
OverlayLinkImpl |
| Modifier and Type | Method and Description |
|---|---|
MessageLink |
OverlayManagerImpl.openBackingLink(NodeDetails inNode) |
MessageLink |
OverlayManagerImpl.setBackingLink(NodeDetails inNode,
MessageLink inLink) |
| Modifier and Type | Method and Description |
|---|---|
MessageLink |
OverlayManagerImpl.setBackingLink(NodeDetails inNode,
MessageLink inLink) |
| Constructor and Description |
|---|
OverlayLinkImpl(OverlayManagerImpl inManager,
OverlayVersionImpl inOverlay,
MessageLink inLink,
boolean inPrimary) |
| Modifier and Type | Method and Description |
|---|---|
MessageEvent[] |
ChunkPolicyImpl.splitMessage(MessageEvent inEvent,
MessageLink inLink) |
MessageEvent[] |
ChunkPolicy.splitMessage(MessageEvent inEvent,
MessageLink inLink)
Splits a message into one or more smaller message chunks.
|
| Modifier and Type | Method and Description |
|---|---|
MessageLink |
DHTConnection.getLink()
Deprecated.
|