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 ConnectionConfigConnectionChannelInitializer.configConstructors in org.drasyl.channel with parameters of type ConnectionConfigModifierConstructorDescriptionprotectedConnectionChannelInitializer(boolean doServer, int port, ConnectionConfig config) protectedConnectionChannelInitializer(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.BuilderConnectionConfig.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)