Uses of Class
com.yahoo.jdisc.http.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in com.yahoo.jdisc.http
Methods in com.yahoo.jdisc.http that return HttpResponseModifier and TypeMethodDescriptionstatic HttpResponsestatic HttpResponseHttpResponse.newInstance(int status) static HttpResponseHttpResponse.newInstance(int status, String message) static HttpResponseHttpResponse.newInternalServerError(Request request, Throwable error) -
Uses of HttpResponse in com.yahoo.jdisc.http.filter
Constructors in com.yahoo.jdisc.http.filter with parameters of type HttpResponse