Uses of Package
org.drasyl.peer.connection.handler
Packages that use org.drasyl.peer.connection.handler
Package
Description
Connects to super peer and other peers.
netty handlers for peer connections.
Provides a server to which children and other peers can connect.
-
Classes in org.drasyl.peer.connection.handler used by org.drasyl.peer.connection.clientClassDescription
ChannelDuplexHandler
which allows to explicit only handle a specific type of messages.This handler performs the client-side part of a three-way handshake to create a session. -
Classes in org.drasyl.peer.connection.handler used by org.drasyl.peer.connection.handlerClassDescriptionA MessageDecoderException is thrown by the
MessageDecoder
when errors occur.ChannelDuplexHandler
which allows to explicit only handle a specific type of messages.ChannelOutboundHandlerAdapter
which allows to explicit only handle a specific type of messages. -
Classes in org.drasyl.peer.connection.handler used by org.drasyl.peer.connection.serverClassDescription
ChannelDuplexHandler
which allows to explicit only handle a specific type of messages.This handler performs the server-side part of a three-way handshake to create a session.