Class HttpHeaderRange

java.lang.Object
org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
Direct Known Subclasses:
HttpHeaderRange

public abstract class HttpHeaderRange extends Object
See Also:
  • Constructor Details

    • HttpHeaderRange

      public HttpHeaderRange()
  • Method Details

    • matches

      public abstract boolean matches(String header)
    • concat

      public abstract HttpHeaderRange concat(HttpHeaderRange range)
      Produces a new range that matches the headers of this range and the given range.
      Since:
      2.0.0
    • create

      public static HttpHeaderRange create(String... headers)