Uses of Enum
org.apache.dubbo.remoting.http12.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in org.apache.dubbo.remoting.http12
Methods in org.apache.dubbo.remoting.http12 that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusReturns the enum constant of this type with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.dubbo.remoting.http12 with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic HttpResult<String> HttpResult.error(HttpStatus status, String message) static <T> HttpResult<T> HttpResult.of(HttpStatus status, T body) static <T> HttpResult<T> HttpResult.status(HttpStatus status) -
Uses of HttpStatus in org.apache.dubbo.remoting.http12.message
Methods in org.apache.dubbo.remoting.http12.message with parameters of type HttpStatus