Uses of Class
org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
-
Uses of SslContextConfigurator in org.glassfish.tyrus.container.jdk.client
Fields in org.glassfish.tyrus.container.jdk.client declared as SslContextConfigurator Modifier and Type Field Description static SslContextConfiguratorSslContextConfigurator. DEFAULT_CONFIGDeprecated.Default SSL configuration.protected SslContextConfiguratorSslEngineConfigurator. sslContextConfigurationDeprecated.Constructors in org.glassfish.tyrus.container.jdk.client with parameters of type SslContextConfigurator Constructor Description SslEngineConfigurator(SslContextConfigurator sslContextConfiguration)Deprecated.Create SSL Engine configuration basing on passedSslContextConfigurator.SslEngineConfigurator(SslContextConfigurator sslContextConfiguration, boolean clientMode, boolean needClientAuth, boolean wantClientAuth)Deprecated.Create SSL Engine configuration basing on passedSslContextConfigurator.
-