Uses of Class
com.identity4j.util.http.HttpStatus
-
Packages that use HttpStatus Package Description com.identity4j.util.http -
-
Uses of HttpStatus in com.identity4j.util.http
Fields in com.identity4j.util.http declared as HttpStatus Modifier and Type Field Description static HttpStatusHttpStatus. DEFAULTMethods in com.identity4j.util.http that return HttpStatus Modifier and Type Method Description HttpStatusHttpException. getStatus()HttpStatusHttpResponse. status()Methods in com.identity4j.util.http with parameters of type HttpStatus Modifier and Type Method Description voidHttpException. setStatus(HttpStatus status)Constructors in com.identity4j.util.http with parameters of type HttpStatus Constructor Description HttpException(HttpStatus status)HttpException(HttpStatus status, String message)HttpException(HttpStatus status, String message, Throwable cause)HttpException(HttpStatus status, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)HttpException(HttpStatus status, Throwable cause)
-