Uses of Class
org.drasyl.channel.DrasylChannel
Packages that use DrasylChannel
-
Uses of DrasylChannel in org.drasyl.channel
Methods in org.drasyl.channel that return DrasylChannelModifier and TypeMethodDescriptionDrasylServerChannel.getChannel
(DrasylAddress peer) protected DrasylChannel
DrasylServerChannel.newDrasylChannel
(DrasylAddress peer) Methods in org.drasyl.channel that return types with arguments of type DrasylChannelMethods in org.drasyl.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected void
ConnectionChannelInitializer.initChannel
(DrasylChannel ch) -
Uses of DrasylChannel in org.drasyl.node.channel
Methods in org.drasyl.node.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected void
DrasylNodeChannelInitializer.armStage
(DrasylChannel ch) This stage arms outbound and disarms inbound messages.protected void
DrasylNodeChannelInitializer.firstStage
(DrasylChannel ch) protected void
DrasylNodeChannelInitializer.initChannel
(DrasylChannel ch) protected void
DrasylNodeChannelInitializer.lastStage
(DrasylChannel ch) This stage emitsEvent
s toDrasylNodeChannelInitializer.node
.protected void
DrasylNodeChannelInitializer.serializationStage
(DrasylChannel ch) This stage serializesObjects
toByteBuf
and vice versa.