Uses of Class
org.drasyl.handler.connection.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
netty
Channel
for the drasyl overlay
network.Connection-oriented communication with peers.
-
Uses of ConnectionConfig in org.drasyl.channel
Fields in org.drasyl.channel declared as ConnectionConfigModifier and TypeFieldDescriptionprotected final ConnectionConfig
ConnectionChannelInitializer.config
Constructors in org.drasyl.channel with parameters of type ConnectionConfigModifierConstructorDescriptionprotected
ConnectionChannelInitializer
(boolean doServer, int port, ConnectionConfig config) protected
ConnectionChannelInitializer
(int localPort, int remotePort, ConnectionConfig config) -
Uses of ConnectionConfig in org.drasyl.handler.connection
Methods in org.drasyl.handler.connection that return ConnectionConfigMethods in org.drasyl.handler.connection that return types with arguments of type ConnectionConfigModifier and TypeMethodDescriptionabstract BiFunction<ConnectionConfig,
io.netty.channel.Channel, TransmissionControlBlock> ConnectionConfig.tcbSupplier()
Method parameters in org.drasyl.handler.connection with type arguments of type ConnectionConfigModifier and TypeMethodDescriptionabstract ConnectionConfig.Builder
ConnectionConfig.Builder.tcbSupplier
(BiFunction<ConnectionConfig, io.netty.channel.Channel, TransmissionControlBlock> tcbProvider) Used to create theTransmissionControlBlock
.Constructors in org.drasyl.handler.connection with parameters of type ConnectionConfigModifierConstructorDescriptionConnectionHandler
(int requestedLocalPort, int remotePort, ConnectionConfig config) ConnectionHandler
(int remotePort, ConnectionConfig config)