| Package | Description |
|---|---|
| ds.funnel.data.channel | |
| ds.funnel.data.msglink | |
| ds.funnel.data.msglink.protocol3 | |
| ds.funnel.node.event | |
| ds.funnel.node.task | |
| ds.funnel.overlay | |
| ds.funnel.peer | |
| ds.funnel.traffic | |
| ds.synapse.peer |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelListener |
class |
ChannelReader
ChannelReader.java: Reads bytes from a channel.
|
class |
ChannelWriter
ChannelWriter.java: Writes bytes to a channel.
|
| Modifier and Type | Method and Description |
|---|---|
<M extends MessageEvent> |
MessageLink.sendMessage(MessageEvent sendMsg,
java.lang.Class<M> respType)
Send a message to the connected destination, and get a reply task.
|
| Modifier and Type | Method and Description |
|---|---|
<M extends MessageEvent> |
MessageProtocol.sendMessage(MessageEvent sendMsg,
java.lang.Class<M> respType) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventProcessor<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedTask<P,T> |
class |
DispatchEventTask<E extends Event,T> |
class |
DispatchReplyTask<M extends MessageEvent> |
class |
ScheduledTask<T> |
class |
SelectableTask<T> |
| Modifier and Type | Method and Description |
|---|---|
<M extends MessageEvent> |
OverlayLinkImpl.sendMessage(MessageEvent inMessage,
java.lang.Class<M> respType) |
| Modifier and Type | Class and Description |
|---|---|
class |
PeerGroupQueue |
| Modifier and Type | Method and Description |
|---|---|
Task<PeerDetails> |
PeerGroupLookup.lookupPeer() |
| Modifier and Type | Class and Description |
|---|---|
class |
TrafficGenerator
A TrafficGenerator sends some number of packets to a host (via a Link)
following some sort of distribution pattern (size and spacing).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DHTLookup.HandleOnResponse |