Class CorsResponse.Builder

java.lang.Object
com.soklet.core.CorsResponse.Builder
Enclosing class:
CorsResponse

@NotThreadSafe public static class CorsResponse.Builder extends Object
Builder used to construct instances of CorsResponse via CorsResponse.withAccessControlAllowOrigin(String).

This class is intended for use by a single thread.

Author:
Mark Allen