Uses of Class
org.drasyl.peer.connection.message.JoinMessage
Packages that use JoinMessage
Package
Description
Provides a server to which children and other peers can connect.
-
Uses of JoinMessage in org.drasyl.peer.connection.server
Methods in org.drasyl.peer.connection.server with parameters of type JoinMessageModifier and TypeMethodDescriptionprotected void
ServerConnectionHandler.createConnection
(io.netty.channel.ChannelHandlerContext ctx, JoinMessage requestMessage) protected WelcomeMessage
ServerConnectionHandler.offerSession
(io.netty.channel.ChannelHandlerContext ctx, JoinMessage requestMessage) protected ErrorMessage.Error
ServerConnectionHandler.validateSessionRequest
(JoinMessage requestMessage)