Uses of Record Class
eu.cloudnetservice.driver.network.ssl.SSLConfiguration
Packages that use SSLConfiguration
Package
Description
-
Uses of SSLConfiguration in eu.cloudnetservice.driver.network.netty
Fields in eu.cloudnetservice.driver.network.netty declared as SSLConfigurationModifier and TypeFieldDescriptionprotected final SSLConfigurationNettySslServer.sslConfigurationConstructors in eu.cloudnetservice.driver.network.netty with parameters of type SSLConfigurationModifierConstructorDescriptionNettySslServer(@Nullable SSLConfiguration sslConfiguration) Constructs a new netty ssl server instance. -
Uses of SSLConfiguration in eu.cloudnetservice.driver.network.netty.client
Fields in eu.cloudnetservice.driver.network.netty.client declared as SSLConfigurationModifier and TypeFieldDescriptionprotected final SSLConfigurationNettyNetworkClient.sslConfigurationConstructors in eu.cloudnetservice.driver.network.netty.client with parameters of type SSLConfigurationModifierConstructorDescriptionNettyNetworkClient(@NonNull EventManager eventManager, @NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network client instance. -
Uses of SSLConfiguration in eu.cloudnetservice.driver.network.netty.http
Constructors in eu.cloudnetservice.driver.network.netty.http with parameters of type SSLConfigurationModifierConstructorDescriptionNettyHttpServer(@Nullable SSLConfiguration sslConfiguration) Constructs a new netty http server instance with the given ssl configuration. -
Uses of SSLConfiguration in eu.cloudnetservice.driver.network.netty.server
Constructors in eu.cloudnetservice.driver.network.netty.server with parameters of type SSLConfigurationModifierConstructorDescriptionNettyNetworkServer(@NonNull EventManager eventManager, @NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network server instance.