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.client
Methods in eu.cloudnetservice.driver.network.netty.client with parameters of type SSLConfigurationModifier and TypeMethodDescriptionprivate static @Nullable io.netty5.handler.ssl.SslContextNettyNetworkClient.initializeSslContext(@Nullable SSLConfiguration sslConfig) Builds the ssl context for this client if a ssl configuration was supplied and is active.Constructors in eu.cloudnetservice.driver.network.netty.client with parameters of type SSLConfigurationModifierConstructorDescriptionNettyNetworkClient(@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.server
Methods in eu.cloudnetservice.driver.network.netty.server with parameters of type SSLConfigurationModifier and TypeMethodDescriptionprivate static @Nullable io.netty5.handler.ssl.SslContextNettyNetworkServer.initializeSslContext(@Nullable SSLConfiguration sslConfig) Builds the ssl context for this server if a ssl configuration was supplied and is active.Constructors in eu.cloudnetservice.driver.network.netty.server with parameters of type SSLConfigurationModifierConstructorDescriptionNettyNetworkServer(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network server instance.