JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.drasyl.handler
package
org.drasyl.handler
Handlers used to run a drasyl node.
Related Packages
Package
Description
org.drasyl.handler.codec
For message decoding and encoding (like serialization).
org.drasyl.handler.connection
Connection-oriented communication with peers.
org.drasyl.handler.discovery
Different methods to discover peers.
org.drasyl.handler.logging
Logs channel events/messages for debugging purpose.
org.drasyl.handler.monitoring
Logs channel events/messages for monitoring purpose.
org.drasyl.handler.peers
Information about peers.
org.drasyl.handler.pubsub
org.drasyl.handler.remote
Handlers used to communicate with remote nodes.
org.drasyl.handler.rmi
org.drasyl.handler.sntp
org.drasyl.handler.stream
Codecs, Channel Handlers, and Messages for sending large data streams asynchronously neither spending a lot of memory nor getting
OutOfMemoryError
org.drasyl.handler.traffic
Handler for traffic shaping.
Classes
Class
Description
LoopbackHandler
Converts outbound messages addresses to us into inbound messages.