Enum Class RedirectType

java.lang.Object
java.lang.Enum<RedirectType>
com.soklet.RedirectType
All Implemented Interfaces:
Serializable, Comparable<RedirectType>, Constable

public enum RedirectType extends Enum<RedirectType>
Typesafe representation of HTTP Redirect types (301, 302, 303, 307, 308).

Detailed documentation is available at https://www.soklet.com/docs/response-writing#redirects.

Author:
Mark Allen