Uses of Class
org.jgroups.protocols.SSL_KEY_EXCHANGE.SSLContextReloader
-
Packages that use SSL_KEY_EXCHANGE.SSLContextReloader Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SSL_KEY_EXCHANGE.SSLContextReloader in org.jgroups.protocols
Fields in org.jgroups.protocols declared as SSL_KEY_EXCHANGE.SSLContextReloader Modifier and Type Field Description protected SSL_KEY_EXCHANGE.SSLContextReloader
SSL_KEY_EXCHANGE. client_ssl_ctx_reloader
protected SSL_KEY_EXCHANGE.SSLContextReloader
SSL_KEY_EXCHANGE. server_ssl_ctx_reloader
Methods in org.jgroups.protocols that return SSL_KEY_EXCHANGE.SSLContextReloader Modifier and Type Method Description SSL_KEY_EXCHANGE.SSLContextReloader
SSL_KEY_EXCHANGE.SSLContextReloader. setContext(javax.net.ssl.SSLContext ssl_ctx)
SSL_KEY_EXCHANGE.SSLContextReloader
SSL_KEY_EXCHANGE.SSLContextReloader. setFactory(SslContextFactory factory)
-