Uses of Class
org.drasyl.event.Node
-
Packages that use Node Package Description org.drasyl.event Contains events that inform the application about various states of the drasyl node, incoming communication, or connection type changes. -
-
Uses of Node in org.drasyl.event
Fields in org.drasyl.event declared as Node Modifier and Type Field Description protected Node
AbstractNodeEvent. node
protected Node
AbstractNodeEvent. node
protected Node
AbstractNodeEvent. node
protected Node
AbstractNodeEvent. node
protected Node
AbstractNodeEvent. node
protected Node
AbstractNodeEvent. node
Methods in org.drasyl.event that return Node Modifier and Type Method Description Node
NodeEvent. getNode()
Returns the node to which this event refers.static Node
Node. of(Identity identity)
static Node
Node. of(Identity identity, int port)
Methods in org.drasyl.event with parameters of type Node Modifier and Type Method Description static NodeDownEvent
NodeDownEvent. of(Node node)
static NodeNormalTerminationEvent
NodeNormalTerminationEvent. of(Node node)
static NodeOfflineEvent
NodeOfflineEvent. of(Node node)
static NodeOnlineEvent
NodeOnlineEvent. of(Node node)
static NodeUnrecoverableErrorEvent
NodeUnrecoverableErrorEvent. of(Node node, Throwable error)
static NodeUpEvent
NodeUpEvent. of(Node node)
Constructors in org.drasyl.event with parameters of type Node Constructor Description NodeDownEvent(Node node)
Deprecated, for removal: This API element is subject to removal in a future version.UseNodeDownEvent.of(Node)
instead.NodeNormalTerminationEvent(Node node)
Deprecated, for removal: This API element is subject to removal in a future version.UseNodeNormalTerminationEvent.of(Node)
instead.NodeOfflineEvent(Node node)
Deprecated, for removal: This API element is subject to removal in a future version.UseNodeOfflineEvent.of(Node)
instead.NodeOnlineEvent(Node node)
Deprecated, for removal: This API element is subject to removal in a future version.UseNodeOnlineEvent.of(Node)
instead.NodeUnrecoverableErrorEvent(Node node, Throwable error)
Deprecated, for removal: This API element is subject to removal in a future version.UseNodeUnrecoverableErrorEvent.of(Node, Throwable)
instead.NodeUpEvent(Node node)
Deprecated, for removal: This API element is subject to removal in a future version.UseNodeUpEvent.of(Node)
instead.
-