Uses of Class
org.drasyl.handler.connection.ConnectionConfig
Package
Description
netty
Channel
for the drasyl overlay
network.Connection-oriented communication with peers.
-
Uses of ConnectionConfig in org.drasyl.channel
Modifier and TypeFieldDescriptionprotected final ConnectionConfig
ConnectionChannelInitializer.config
ModifierConstructorDescriptionprotected
ConnectionChannelInitializer
(Boolean doServer, int port, ConnectionConfig config) -
Uses of ConnectionConfig in org.drasyl.handler.connection
Modifier and TypeMethodDescriptionabstract BiFunction<ConnectionConfig,
io.netty.channel.Channel, TransmissionControlBlock> ConnectionConfig.tcbSupplier()
Modifier and TypeMethodDescriptionabstract ConnectionConfig.Builder
ConnectionConfig.Builder.tcbSupplier
(BiFunction<ConnectionConfig, io.netty.channel.Channel, TransmissionControlBlock> tcbProvider) Used to create theTransmissionControlBlock
.ModifierConstructorDescriptionConnectionHandler
(int requestedLocalPort, int remotePort, ConnectionConfig config) ConnectionHandler
(int remotePort, ConnectionConfig config)