Uses of Class
org.drasyl.channel.DrasylChannel
Packages that use DrasylChannel
-
Uses of DrasylChannel in org.drasyl.node.channel
Methods in org.drasyl.node.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected voidDrasylNodeChannelInitializer.addToChannelGroup(DrasylChannel ch) protected voidDrasylNodeChannelInitializer.armStage(DrasylChannel ch) This stage arms outbound and disarms inbound messages.protected voidDrasylNodeChannelInitializer.chunkingStage(DrasylChannel ch) This stages plitsByteBufs that are too big for a single udp datagram.protected voidDrasylNodeChannelInitializer.firstStage(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.