Class HttpHeaderRange
java.lang.Object
org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange
- Direct Known Subclasses:
HttpHeaderRange.$times$,HttpHeaderRange.Default
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpHeaderRange.Defaultabstract HttpHeaderRangeconcat(HttpHeaderRange range) Produces a new range that matches the headers of this range and the given range.Methods inherited from class org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
create, matches
-
Constructor Details
-
HttpHeaderRange
public HttpHeaderRange()
-
-
Method Details
-
apply
-
concat
Description copied from class:HttpHeaderRangeProduces a new range that matches the headers of this range and the given range.- Specified by:
concatin classHttpHeaderRange
-