Enum Class的使用
com.github.charlemaznable.httpclient.common.HttpStatus
使用HttpStatus的程序包
程序包
说明
-
com.github.charlemaznable.httpclient.common中HttpStatus的使用
修饰符和类型方法说明static HttpStatusHttpStatus.resolve(int statusCode) static HttpStatusHttpStatus.valueOf(int statusCode) Returns the enum constant of this class with the specified name.static HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明CommonReq.Instance.statusFallback(HttpStatus httpStatus, FallbackFunction<?> fallbackFunction) CommonReq.statusFallback(HttpStatus httpStatus, FallbackFunction<?> fallbackFunction) static HttpStatus.SeriesHttpStatus.Series.valueOf(HttpStatus status) Returns the enum constant of this class with the specified name. -
com.github.charlemaznable.httpclient.configurer中HttpStatus的使用
返回变量类型为HttpStatus的类型的com.github.charlemaznable.httpclient.configurer中的方法 -
com.github.charlemaznable.httpclient.configurer.configservice中HttpStatus的使用
修饰符和类型方法说明default Map<HttpStatus,FallbackFunction<?>> StatusFallbacksConfig.statusFallbackMapping()