Uses of Class
org.drasyl.channel.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
Modifier and TypeFieldDescriptionstatic final io.netty.channel.ChannelOption<Function<DrasylServerChannel,
io.netty.bootstrap.Bootstrap>> DrasylServerChannelConfig.UDP_BOOTSTRAP
Modifier and TypeMethodDescriptionFunction<DrasylServerChannel,
io.netty.bootstrap.Bootstrap> DrasylServerChannelConfig.getUdpBootstrap()
Modifier and TypeMethodDescriptionprotected void
DefaultDrasylServerChannelInitializer.initChannel
(DrasylServerChannel ch) Modifier and TypeMethodDescriptionvoid
DrasylServerChannelConfig.setUdpBootstrap
(Function<DrasylServerChannel, io.netty.bootstrap.Bootstrap> udpBootstrap) -
Uses of DrasylServerChannel in org.drasyl.handler.remote
ModifierConstructorDescription -
Uses of DrasylServerChannel in org.drasyl.handler.remote.tcp
ModifierConstructorDescriptionModifierConstructorDescriptionTcpClient
(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
Modifier and TypeMethodDescriptionprotected void
DrasylNodeServerChannelInitializer.initChannel
(DrasylServerChannel ch)