static AHttpStatusDispatcher
AHttpStatusDispatcher.SC_ACCEPTED(String msg)
AHttpStatusDispatcher.SC_CONTINUE(String msg)
AHttpStatusDispatcher.SC_CREATED(String msg)
AHttpStatusDispatcher.SC_FOUND(String location)
AHttpStatusDispatcher.SC_MOVED_PERMANENTLY(String location)
AHttpStatusDispatcher.SC_MOVED_TEMPORARILY(String location)
AHttpStatusDispatcher.SC_MULTIPLE_CHOICES(String... locations)
AHttpStatusDispatcher.SC_NO_CONTENT(String msg)
AHttpStatusDispatcher.SC_NON_AUTHORITATIVE_INFORMATION(String msg)
AHttpStatusDispatcher.SC_NOT_FOUND(String msg)
AHttpStatusDispatcher.SC_NOT_MODIFIED(String msg)
AHttpStatusDispatcher.SC_OK(String msg)
AHttpStatusDispatcher.SC_PARTIAL_CONTENT(String msg)
AHttpStatusDispatcher.SC_RESET_CONTENT(String msg)
AHttpStatusDispatcher.SC_SEE_OTHER(String location)
AHttpStatusDispatcher.SC_SWITCHING_PROTOCOLS(String msg)
AHttpStatusDispatcher.SC_USE_PROXY(String location)
AHttpStatusDispatcher.withLocation(int statusCode, String... location)
AHttpStatusDispatcher.withMessage(int statusCode, String msg)