Class HttpHeaderRange
java.lang.Object
org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
- Direct Known Subclasses:
HttpHeaderRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HttpHeaderRangeconcat(HttpHeaderRange range) Produces a new range that matches the headers of this range and the given range.static HttpHeaderRangeabstract boolean
-
Constructor Details
-
HttpHeaderRange
public HttpHeaderRange()
-
-
Method Details
-
matches
-
concat
Produces a new range that matches the headers of this range and the given range.- Since:
- 2.0.0
-
create
-