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