Uses of Class
org.drasyl.pipeline.HandlerAdapter
Packages that use HandlerAdapter
Package
Description
Link between application and drasyl overlay network.
Package contains classes that are used for encoding/decoding objects.
-
Uses of HandlerAdapter in org.drasyl.peer.connection.pipeline
Subclasses of HandlerAdapter in org.drasyl.peer.connection.pipelineModifier and TypeClassDescriptionclass
This handler tries to send outgoing messages via TCP-based direct connection to another peers.class
This handler delivers outgoing messages addressed to the local node.class
-
Uses of HandlerAdapter in org.drasyl.pipeline
Subclasses of HandlerAdapter in org.drasyl.pipelineModifier and TypeClassDescriptionclass
HandlerAdapter
which allows to explicit only handle a specific type of address.class
SimpleDuplexHandler<I,
E, O, A extends Address> HandlerAdapter
which allows to explicit only handle a specific type of messages and events.class
SimpleInboundHandler<I,
E, A extends Address> HandlerAdapter
which allows to explicit only handle a specific type of messages and events.class
SimpleOutboundHandler<O,
A extends Address> HandlerAdapter
which allows to explicit only handle a specific type of messages. -
Uses of HandlerAdapter in org.drasyl.pipeline.codec
Subclasses of HandlerAdapter in org.drasyl.pipeline.codecModifier and TypeClassDescriptionclass
Handler that converts a givenApplicationMessage
to anObjectHolder
.class
Standard interface for all codecs of thePipeline
.class
This default codec allows to encode/decode all supported objects by Jackson.class
Handler that convert a givenObjectHolder
to anApplicationMessage
. -
Uses of HandlerAdapter in org.drasyl.plugin.groups.client
Subclasses of HandlerAdapter in org.drasyl.plugin.groups.client -
Uses of HandlerAdapter in org.drasyl.plugin.groups.manager
Subclasses of HandlerAdapter in org.drasyl.plugin.groups.manager