Class Response.Builder

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

@NotThreadSafe public static class Response.Builder extends Object
Builder used to construct instances of Response via Response.withStatusCode(Integer) or Response.withRedirect(RedirectType, String).

This class is intended for use by a single thread.

Author:
Mark Allen