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 voidServerConnectionHandler.createConnection(io.netty.channel.ChannelHandlerContext ctx, JoinMessage requestMessage) protected WelcomeMessageServerConnectionHandler.offerSession(io.netty.channel.ChannelHandlerContext ctx, JoinMessage requestMessage) protected ErrorMessage.ErrorServerConnectionHandler.validateSessionRequest(JoinMessage requestMessage)