| 枚举常量和说明 |
|---|
| com.github.azbh111.utils.java.model.ResStatusEnum.DESTINATION_LOCKED |
| com.github.azbh111.utils.java.model.ResStatusEnum.INSUFFICIENT_SPACE_ON_RESOURCE |
| com.github.azbh111.utils.java.model.ResStatusEnum.METHOD_FAILURE |
| com.github.azbh111.utils.java.model.ResStatusEnum.MOVED_TEMPORARILY
in favor of
ResStatusEnum.FOUND which will be returned from HttpStatus.valueOf(302) |
| com.github.azbh111.utils.java.model.ResStatusEnum.REQUEST_ENTITY_TOO_LARGE
in favor of
ResStatusEnum.PAYLOAD_TOO_LARGE which will be
returned from HttpStatus.valueOf(413) |
| com.github.azbh111.utils.java.model.ResStatusEnum.REQUEST_URI_TOO_LONG
in favor of
ResStatusEnum.URI_TOO_LONG which will be returned from HttpStatus.valueOf(414) |
| com.github.azbh111.utils.java.model.ResStatusEnum.USE_PROXY
due to security concerns regarding in-band configuration of a proxy
|