Class HttpResponseStatusCodeCategory


  • public class HttpResponseStatusCodeCategory
    extends java.lang.Object
    Maps the provided HTTP response status HttpResponseStatus to one of 1xx, 2xx, 3xx, 4xx, 5xx categories.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVeniceHttpResponseStatusCodeCategory​(io.netty.handler.codec.http.HttpResponseStatus statusCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getVeniceHttpResponseStatusCodeCategory

        public static java.lang.String getVeniceHttpResponseStatusCodeCategory​(io.netty.handler.codec.http.HttpResponseStatus statusCode)