Uses of Interface
cool.scx.http.status_code.ScxHttpStatusCode
Packages that use ScxHttpStatusCode
Package
Description
-
Uses of ScxHttpStatusCode in cool.scx.http
Methods in cool.scx.http that return ScxHttpStatusCodeModifier and TypeMethodDescriptionScxHttpClientResponse.statusCode()ScxHttpServerResponse.statusCode()Methods in cool.scx.http with parameters of type ScxHttpStatusCode -
Uses of ScxHttpStatusCode in cool.scx.http.error_handler
Methods in cool.scx.http.error_handler with parameters of type ScxHttpStatusCodeModifier and TypeMethodDescriptionstatic voidDefaultHttpServerErrorHandler.sendToClient(ScxHttpStatusCode statusCode, String info, ScxHttpServerRequest request) -
Uses of ScxHttpStatusCode in cool.scx.http.exception
Methods in cool.scx.http.exception that return ScxHttpStatusCodeConstructors in cool.scx.http.exception with parameters of type ScxHttpStatusCodeModifierConstructorDescriptionScxHttpException(ScxHttpStatusCode statusCode) ScxHttpException(ScxHttpStatusCode statusCode, String message) ScxHttpException(ScxHttpStatusCode statusCode, String message, Throwable cause) ScxHttpException(ScxHttpStatusCode statusCode, Throwable cause) -
Uses of ScxHttpStatusCode in cool.scx.http.status_code
Classes in cool.scx.http.status_code that implement ScxHttpStatusCodeMethods in cool.scx.http.status_code that return ScxHttpStatusCodeMethods in cool.scx.http.status_code with parameters of type ScxHttpStatusCodeModifier and TypeMethodDescriptionstatic StringScxHttpStatusCodeHelper.getReasonPhrase(ScxHttpStatusCode statusCode, String defaultReasonPhrase)