Uses of Class
org.drasyl.pipeline.SimpleOutboundHandler
Packages that use SimpleOutboundHandler
Package
Description
Package contains classes that are used for encoding/decoding objects.
-
Uses of SimpleOutboundHandler in org.drasyl.peer.connection.pipeline
Subclasses of SimpleOutboundHandler 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 SimpleOutboundHandler in org.drasyl.pipeline.codec
Subclasses of SimpleOutboundHandler in org.drasyl.pipeline.codecModifier and TypeClassDescriptionclass
Handler that convert a givenObjectHolder
to anApplicationMessage
.