Class SSLContextConfiguration.Builder

java.lang.Object
org.kiwiproject.config.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() and keeping the original setXxx() methods. Subject to change in the future.