Uses of Class
org.drasyl.pipeline.AddressHandlerAdapter
Packages that use AddressHandlerAdapter
Package
Description
Link between application and drasyl overlay network.
Package contains classes that are used for encoding/decoding objects.
-
Uses of AddressHandlerAdapter in org.drasyl.peer.connection.pipeline
Subclasses of AddressHandlerAdapter 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 AddressHandlerAdapter in org.drasyl.pipeline
Subclasses of AddressHandlerAdapter in org.drasyl.pipelineModifier and TypeClassDescriptionclassSimpleDuplexHandler<I,E, O, A extends Address> HandlerAdapterwhich allows to explicit only handle a specific type of messages and events.classSimpleInboundHandler<I,E, A extends Address> HandlerAdapterwhich allows to explicit only handle a specific type of messages and events.classSimpleOutboundHandler<O,A extends Address> HandlerAdapterwhich allows to explicit only handle a specific type of messages. -
Uses of AddressHandlerAdapter in org.drasyl.pipeline.codec
Subclasses of AddressHandlerAdapter in org.drasyl.pipeline.codecModifier and TypeClassDescriptionclassHandler that converts a givenApplicationMessageto anObjectHolder.classStandard interface for all codecs of thePipeline.classThis default codec allows to encode/decode all supported objects by Jackson.classHandler that convert a givenObjectHolderto anApplicationMessage. -
Uses of AddressHandlerAdapter in org.drasyl.plugin.groups.client
Subclasses of AddressHandlerAdapter in org.drasyl.plugin.groups.client -
Uses of AddressHandlerAdapter in org.drasyl.plugin.groups.manager
Subclasses of AddressHandlerAdapter in org.drasyl.plugin.groups.manager