Class SokletConfig.Builder

java.lang.Object
com.soklet.SokletConfig.Builder
Enclosing class:
SokletConfig

@NotThreadSafe public static class SokletConfig.Builder extends Object
Builder used to construct instances of SokletConfig.

Instances are created by invoking SokletConfig.withServer(Server) or SokletConfig.forTesting().

This class is intended for use by a single thread.

Author:
Mark Allen