Interface SslBundleRegistry

All Known Implementing Classes:
DefaultSslBundleRegistry

public interface SslBundleRegistry
Interface that can be used to register an SslBundle for a given name.
Since:
3.1.0
Author:
Scott Frederick
  • Method Details

    • registerBundle

      void registerBundle(String name, SslBundle bundle)
      Register a named SslBundle.
      Parameters:
      name - the bundle name
      bundle - the bundle