Uses of Class
io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
-
Packages that use SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi Package Description io.netty.handler.ssl.util Utility classes that helps easier development of TLS/SSL applications. -
-
Uses of SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi in io.netty.handler.ssl.util
Fields in io.netty.handler.ssl.util with type parameters of type SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi Modifier and Type Field Description private static FastThreadLocal<SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi>
SimpleTrustManagerFactory. CURRENT_SPI
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
must have a reference toSimpleTrustManagerFactory
to delegate its callbacks back toSimpleTrustManagerFactory
.
-