Uses of Class
org.drasyl.pipeline.skeleton.SimpleDuplexEventAwareHandler
-
Packages that use SimpleDuplexEventAwareHandler Package Description org.drasyl.intravm Automatic discovery of other running drasyl nodes in the same JVM.org.drasyl.monitoring Monitors various states or events in the drasyl node.org.drasyl.pipeline.handler Contains default implementations for some basic handlers.org.drasyl.pipeline.serialization Package contains classes that are used for serialisation of message to byte arrays and vice vera.org.drasyl.pipeline.skeleton Contains skeleton implementations for the most often used idioms (e.g., in- or outbound-only handlers).org.drasyl.remote.handler Handlers used to communicate with remote nodes. -
-
Uses of SimpleDuplexEventAwareHandler in org.drasyl.intravm
Subclasses of SimpleDuplexEventAwareHandler in org.drasyl.intravm Modifier and Type Class Description class
IntraVmDiscovery
Uses shared memory to discover other drasyl nodes running on same JVM. -
Uses of SimpleDuplexEventAwareHandler in org.drasyl.monitoring
Subclasses of SimpleDuplexEventAwareHandler in org.drasyl.monitoring Modifier and Type Class Description class
Monitoring
Monitors various states or events in the drasyl node. -
Uses of SimpleDuplexEventAwareHandler in org.drasyl.pipeline.handler
Subclasses of SimpleDuplexEventAwareHandler in org.drasyl.pipeline.handler Modifier and Type Class Description class
AddressedEnvelopeHandler
This handler wraps all outgoing messages in anAddressedEnvelope
.class
MessagesThroughputHandler
Helper class to visualize the number of inbound and outbound messages per second. -
Uses of SimpleDuplexEventAwareHandler in org.drasyl.pipeline.serialization
Subclasses of SimpleDuplexEventAwareHandler in org.drasyl.pipeline.serialization Modifier and Type Class Description class
MessageSerializer
This handler serializes messages to byte array an vice vera. -
Uses of SimpleDuplexEventAwareHandler in org.drasyl.pipeline.skeleton
Subclasses of SimpleDuplexEventAwareHandler in org.drasyl.pipeline.skeleton Modifier and Type Class Description class
SimpleDuplexHandler<I,O,A extends Address>
HandlerAdapter
which allows to explicit only handle a specific type of messages and events. -
Uses of SimpleDuplexEventAwareHandler in org.drasyl.remote.handler
Subclasses of SimpleDuplexEventAwareHandler in org.drasyl.remote.handler Modifier and Type Class Description class
ArmHandler
Arms (sign/encrypt) outbound and disarms (verify/decrypt) inbound messages.class
ChunkingHandler
This handler is responsible for merging incoming message chunks into a single message as well as splitting outgoing too large messages into chunks.class
InternetDiscoveryHandler
This handler performs the following tasks, which help to communicate with nodes located in other networks: Joins one or more super peers or acts itself as a super peer (super peers act as registries of available nodes on the network.
-