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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassActs as a guard for in- and outbound messages.classThreeWayHandshakeClientHandler<R extends RequestMessage,O extends ResponseMessage<?>> This handler performs the client-side part of a three-way handshake to create a session.classThreeWayHandshakeServerHandler<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 TypeClassDescriptionclassActs as a guard for in- and outbound connections.