| Modifier and Type | Class and Description |
|---|---|
class |
ChannelAcceptEvent
An event to be triggered when a channel is accepted.
|
class |
ChannelClosedEvent
An event to be triggered when a channel is closed.
|
class |
ChannelEvent
An event to be triggered for channel activity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPAcceptEvent
An event to be triggered when a socket has been accepted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDPAcceptEvent
An event to be triggered when a socket has been accepted.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkClosedEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
MsgLinkAssociate |
class |
MsgLinkAssocResp |
class |
MsgLinkConnect |
class |
MsgLinkMethodCall |
class |
MsgLinkMethodResp |
class |
MsgLinkTestping |
class |
MsgLinkTestpong |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBase
Message.java: Marshals and unmarshals messages.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventDispatchHandler<E extends Event> |
| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
EventDispatcher.dispatch(E event)
Dispatch an event, passing the event to matching registered handlers.
|
<E extends Event> |
EventDispatcherImpl.dispatch(E event) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Event> |
EventDispatcherImpl.handleType() |
EventDispatchHandler<Event> |
EventDispatcher.setParent(EventDispatchHandler<Event> inParent)
Sets the parent event dispatcher.
|
EventDispatchHandler<Event> |
EventDispatcherImpl.setParent(EventDispatchHandler<Event> inParent) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcherImpl.handle(Event inEvent,
java.lang.Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
EventDispatchHandler<Event> |
EventDispatcher.setParent(EventDispatchHandler<Event> inParent)
Sets the parent event dispatcher.
|
EventDispatchHandler<Event> |
EventDispatcherImpl.setParent(EventDispatchHandler<Event> inParent) |
| Modifier and Type | Class and Description |
|---|---|
class |
DispatchEventTask<E extends Event,T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageBaseTE |
class |
MsgTopicAdvert |
class |
MsgTopicData |
class |
MsgTopicJoin |
class |
MsgTopicLookup |
class |
MsgTopicNeighbor |
class |
MsgTopicOverlay |
class |
MsgTopicRepair |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicCtrlEvent |
interface |
TopicDataEvent |
interface |
TopicEvent |
interface |
TopicLinkEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
TrafficDataEvent
Event to encapsulate the data dispatched by a TrafficGenerator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileEvent |
class |
FileUpdateEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
MsgFileGet |
class |
MsgFilePut |
| Modifier and Type | Class and Description |
|---|---|
class |
MsgInsertPeer |
class |
MsgInsertResp |
class |
MsgLookupPeer |
class |
MsgPeerInfo |
class |
MsgPredecessorReq |
class |
MsgSuccessorPeers |