Class SSLContextConfiguration.Builder

  • Direct Known Subclasses:
    SecureEndpointsConfiguration.Builder
    Enclosing class:
    SSLContextConfiguration

    public static class SSLContextConfiguration.Builder
    extends Object
    A builder class for SSLContextConfiguration.
    Implementation Note:
    This was implemented well before we started using Lombok, so is manual builder code, though we have added both the Lombok-style xxx() as well as keeping the original setXxx() methods. Subject to change in future.