Uses of Class
io.kroxylicious.proxy.bootstrap.TlsCredentialSupplierManager
Packages that use TlsCredentialSupplierManager
-
Uses of TlsCredentialSupplierManager in io.kroxylicious.proxy.bootstrap
Methods in io.kroxylicious.proxy.bootstrap that return TlsCredentialSupplierManagerModifier and TypeMethodDescriptionstatic TlsCredentialSupplierManagerTlsCredentialSupplierManager.unconfigured()Returns an unconfigured manager singleton (null-object pattern). -
Uses of TlsCredentialSupplierManager in io.kroxylicious.proxy.internal.routing
Methods in io.kroxylicious.proxy.internal.routing that return TlsCredentialSupplierManagerModifier and TypeMethodDescriptionUpstreamClusterModel.tlsManager()Returns the value of thetlsManagerrecord component.Constructors in io.kroxylicious.proxy.internal.routing with parameters of type TlsCredentialSupplierManagerModifierConstructorDescriptionUpstreamClusterModel(TargetCluster targetCluster, Optional<io.netty.handler.ssl.SslContext> upstreamSslContext, TlsCredentialSupplierManager tlsManager) Creates an instance of aUpstreamClusterModelrecord class.