Uses of Class
org.drasyl.channel.DrasylServerChannel
Packages that use DrasylServerChannel
Package
Description
netty
Channel
for the drasyl overlay
network.Handlers used to communicate with remote nodes.
Contains the pipeline handlers for TCP fallback connections.
-
Uses of DrasylServerChannel in org.drasyl.channel
Fields in org.drasyl.channel with type parameters of type DrasylServerChannelModifier and TypeFieldDescriptionstatic final io.netty.channel.ChannelOption<Function<DrasylServerChannel,
io.netty.bootstrap.Bootstrap>> DrasylServerChannelConfig.UDP_BOOTSTRAP
Methods in org.drasyl.channel that return DrasylServerChannelMethods in org.drasyl.channel that return types with arguments of type DrasylServerChannelModifier and TypeMethodDescriptionFunction<DrasylServerChannel,
io.netty.bootstrap.Bootstrap> DrasylServerChannelConfig.getUdpBootstrap()
Methods in org.drasyl.channel with parameters of type DrasylServerChannelModifier and TypeMethodDescriptionprotected void
DefaultDrasylServerChannelInitializer.initChannel
(DrasylServerChannel ch) Method parameters in org.drasyl.channel with type arguments of type DrasylServerChannelModifier and TypeMethodDescriptionvoid
DrasylServerChannelConfig.setUdpBootstrap
(Function<DrasylServerChannel, io.netty.bootstrap.Bootstrap> udpBootstrap) -
Uses of DrasylServerChannel in org.drasyl.handler.remote
Constructors in org.drasyl.handler.remote with parameters of type DrasylServerChannelModifierConstructorDescription -
Uses of DrasylServerChannel in org.drasyl.handler.remote.tcp
Constructors in org.drasyl.handler.remote.tcp with parameters of type DrasylServerChannelModifierConstructorDescriptionConstructor parameters in org.drasyl.handler.remote.tcp with type arguments of type DrasylServerChannelModifierConstructorDescriptionTcpClient
(Function<DrasylServerChannel, io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>> channelInitializerSupplier) TcpServer
(Function<DrasylServerChannel, io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>> channelInitializerSupplier) -
Uses of DrasylServerChannel in org.drasyl.node.channel
Methods in org.drasyl.node.channel with parameters of type DrasylServerChannelModifier and TypeMethodDescriptionprotected void
DrasylNodeServerChannelInitializer.initChannel
(DrasylServerChannel ch)