Uses of Class
org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Packages that use SslContextConfigurator Package Description org.glassfish.tyrus.container.jdk.client JDK Client container based on JDK 7 NIO framework. -
-
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.
-