Package org.drasyl.peer.connection.client
package org.drasyl.peer.connection.client
Connects to super peer and other peers.
-
ClassDescriptionCreates a newly configured
ChannelPipeline
for a connection to a node server.This handler performs the handshake with the server and processes incoming messages during the session.This class encapsulates all information needed by aClientChannelInitializer
.A ClientException is thrown by clients when errors occur.Creates a newly configuredChannelPipeline
for a ClientConnection to a node server.Used byDirectConnectionsManager
to establish a direct connection to another peer.This class represents the link betweenDrasylNode
and the super peer.