Uses of Class
org.drasyl.peer.connection.handler.SimpleChannelDuplexHandler
Packages that use SimpleChannelDuplexHandler
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.
-
Uses of SimpleChannelDuplexHandler in org.drasyl.peer.connection.client
Subclasses of SimpleChannelDuplexHandler in org.drasyl.peer.connection.clientModifier and TypeClassDescriptionclass
This handler performs the handshake with the server and processes incoming messages during the session. -
Uses of SimpleChannelDuplexHandler in org.drasyl.peer.connection.handler
Subclasses of SimpleChannelDuplexHandler in org.drasyl.peer.connection.handlerModifier and TypeClassDescriptionclass
Acts as a guard for in- and outbound messages.class
ThreeWayHandshakeClientHandler<R extends RequestMessage,
O extends ResponseMessage<?>> This handler performs the client-side part of a three-way handshake to create a session.class
ThreeWayHandshakeServerHandler<R extends RequestMessage,
O extends ResponseMessage<?>> This handler performs the server-side part of a three-way handshake to create a session. -
Uses of SimpleChannelDuplexHandler in org.drasyl.peer.connection.server
Subclasses of SimpleChannelDuplexHandler in org.drasyl.peer.connection.serverModifier and TypeClassDescriptionclass
Acts as a guard for in- and outbound connections.