Uses of Class
org.drasyl.channel.DrasylChannel
-
Uses of DrasylChannel in org.drasyl.channel
Modifier and TypeMethodDescriptionDrasylServerChannel.getChannel
(DrasylAddress peer) protected DrasylChannel
DrasylServerChannel.newDrasylChannel
(DrasylAddress peer) Modifier and TypeMethodDescriptionprotected abstract void
ConnectionHandshakeChannelInitializer.handshakeCompleted
(DrasylChannel ch) Deprecated.protected void
ConnectionChannelInitializer.initChannel
(DrasylChannel ch) protected void
ConnectionHandshakeChannelInitializer.initChannel
(DrasylChannel ch) Deprecated. -
Uses of DrasylChannel in org.drasyl.node.channel
Modifier 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.