Uses of Class
org.drasyl.pipeline.SimpleInboundHandler
Packages that use SimpleInboundHandler
Package
Description
Link between application and drasyl overlay network.
Package contains classes that are used for encoding/decoding objects.
-
Uses of SimpleInboundHandler in org.drasyl.pipeline
Subclasses of SimpleInboundHandler in org.drasyl.pipelineModifier and TypeClassDescriptionclass
SimpleDuplexHandler<I,
E, O, A extends Address> HandlerAdapter
which allows to explicit only handle a specific type of messages and events. -
Uses of SimpleInboundHandler in org.drasyl.pipeline.codec
Subclasses of SimpleInboundHandler 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. -
Uses of SimpleInboundHandler in org.drasyl.plugin.groups.client
Subclasses of SimpleInboundHandler in org.drasyl.plugin.groups.client -
Uses of SimpleInboundHandler in org.drasyl.plugin.groups.manager
Subclasses of SimpleInboundHandler in org.drasyl.plugin.groups.manager