Uses of Interface
org.apache.dubbo.remoting.http12.HttpResult
Packages that use HttpResult
Package
Description
-
Uses of HttpResult in org.apache.dubbo.remoting.http12
Methods in org.apache.dubbo.remoting.http12 that return HttpResultModifier and TypeMethodDescriptionstatic <T> HttpResult<T> HttpResult.badRequest()static HttpResult<String> HttpResult.error()static HttpResult<String> static HttpResult<String> static HttpResult<String> HttpResult.error(HttpStatus status, String message) static <T> HttpResult<T> static <T> HttpResult<T> static <T> HttpResult<T> HttpResult.notFound()static <T> HttpResult<T> HttpResult.of(int status, T body) static <T> HttpResult<T> HttpResult.of(HttpStatus status, T body) static <T> HttpResult<T> HttpResult.of(T body) static <T> HttpResult<T> HttpResult.ok()static <T> HttpResult<T> HttpResult.status(int status) static <T> HttpResult<T> HttpResult.status(HttpStatus status) HttpResponse.toHttpResult() -
Uses of HttpResult in org.apache.dubbo.remoting.http12.exception
Methods in org.apache.dubbo.remoting.http12.exception that return HttpResultConstructors in org.apache.dubbo.remoting.http12.exception with parameters of type HttpResult -
Uses of HttpResult in org.apache.dubbo.remoting.http12.message
Classes in org.apache.dubbo.remoting.http12.message that implement HttpResultMethods in org.apache.dubbo.remoting.http12.message that return HttpResultMethods in org.apache.dubbo.remoting.http12.message with parameters of type HttpResult