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 TypeClassDescriptionclassThis handler tries to send outgoing messages via TCP-based direct connection to another peers.classThis 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 TypeClassDescriptionclassHandler that convert a givenObjectHolderto anApplicationMessage.