Class SimpleSSLContextFactory.Builder

  • Enclosing class:
    SimpleSSLContextFactory

    public static class SimpleSSLContextFactory.Builder
    extends Object
    A builder class for SimpleSSLContextFactory.
    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.