Uses of Interface
org.drasyl.channel.DrasylChannel
Packages that use DrasylChannel
-
Uses of DrasylChannel in org.drasyl.channel
Methods in org.drasyl.channel that return DrasylChannelMethods in org.drasyl.channel that return types with arguments of type DrasylChannelModifier and TypeMethodDescriptionMap<DrasylAddress,? extends DrasylChannel> DrasylServerChannel.getChannels()Methods in org.drasyl.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected voidConnectionChannelInitializer.initChannel(DrasylChannel ch) -
Uses of DrasylChannel in org.drasyl.channel.rs
Classes in org.drasyl.channel.rs that implement DrasylChannelModifier and TypeClassDescriptionclassA virtualChannelfor peer communication. -
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.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.