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.channels
Methods in org.drasyl.channel that return DrasylChannelModifier and TypeMethodDescriptionprotected DrasylChannel
DrasylServerChannel.newDrasylChannel
(DrasylAddress peer) Methods in org.drasyl.channel that return types with arguments of type DrasylChannelModifier and TypeMethodDescriptionio.netty.util.concurrent.Promise<DrasylChannel>
DrasylServerChannel.serve
(DrasylAddress peer) io.netty.util.concurrent.Promise<DrasylChannel>
DrasylServerChannel.serve
(DrasylAddress peer, io.netty.util.concurrent.Promise<DrasylChannel> promise) Methods in org.drasyl.channel with parameters of type DrasylChannelModifier and TypeMethodDescriptionprotected abstract void
ConnectionHandshakeChannelInitializer.handshakeCompleted
(DrasylChannel ch) Deprecated.protected void
ConnectionChannelInitializer.initChannel
(DrasylChannel ch) protected void
ConnectionHandshakeChannelInitializer.initChannel
(DrasylChannel ch) Deprecated.Method parameters in org.drasyl.channel with type arguments of type DrasylChannelModifier and TypeMethodDescriptionio.netty.util.concurrent.Promise<DrasylChannel>
DrasylServerChannel.serve
(DrasylAddress peer, io.netty.util.concurrent.Promise<DrasylChannel> promise) -
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.arqStage
(DrasylChannel ch) protected void
DrasylNodeChannelInitializer.chunkingStage
(DrasylChannel ch) This stage splitsByteBuf
s that are too big for a single udp datagram.protected void
DrasylNodeChannelInitializer.firstStage
(DrasylChannel ch) protected void
DrasylNodeChannelInitializer.handshakeCompleted
(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.