Uses of Class
org.drasyl.channel.DrasylChannel
Packages that use DrasylChannel
-
Uses of DrasylChannel in org.drasyl.channel
Fields in org.drasyl.channel with type parameters of type DrasylChannelModifier and TypeFieldDescriptionfinal Map<SocketAddress,DrasylChannel> DrasylServerChannel.channelsMethods in org.drasyl.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected abstract voidConnectionHandshakeChannelInitializer.handshakeCompleted(DrasylChannel ch) protected voidConnectionHandshakeChannelInitializer.initChannel(DrasylChannel ch) -
Uses of DrasylChannel in org.drasyl.node.channel
Methods in org.drasyl.node.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected voidDrasylNodeChannelInitializer.armStage(DrasylChannel ch) This stage arms outbound and disarms inbound messages.protected voidDrasylNodeChannelInitializer.arqStage(DrasylChannel ch) protected voidDrasylNodeChannelInitializer.chunkingStage(DrasylChannel ch) This stage splitsByteBufs that are too big for a single udp datagram.protected voidDrasylNodeChannelInitializer.firstStage(DrasylChannel ch) protected voidDrasylNodeChannelInitializer.handshakeCompleted(DrasylChannel ch) protected voidDrasylNodeChannelInitializer.initChannel(DrasylChannel ch) protected voidDrasylNodeChannelInitializer.lastStage(DrasylChannel ch) This stage emitsEvents toDrasylNodeChannelInitializer.node.protected voidDrasylNodeChannelInitializer.serializationStage(DrasylChannel ch) This stage serializesObjectstoByteBufand vice versa.