Class HttpResponseRange


  • public class HttpResponseRange
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpResponseRange​(java.lang.String rangeSpec)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(int responseCode)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpResponseRange

        public HttpResponseRange​(java.lang.String rangeSpec)
    • Method Detail

      • contains

        public boolean contains​(int responseCode)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object