Class ContentRange
java.lang.Object
org.apache.pekko.http.javadsl.model.ContentRange
- Direct Known Subclasses:
ContentRange.Default,ContentRange.Other,ContentRange.Unsatisfiable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentRangecreate(long first, long last) static ContentRangecreate(long first, long last, long instanceLength) static ContentRangecreate(long first, long last, OptionalLong instanceLength) static ContentRangecreateOther(String value) static ContentRangecreateUnsatisfiable(long length) abstract OptionalLongabstract OptionalLongabstract OptionalLongabstract booleanabstract booleanisOther()abstract boolean
-
Constructor Details
-
ContentRange
public ContentRange()
-
-
Method Details
-
isByteContentRange
public abstract boolean isByteContentRange() -
isSatisfiable
public abstract boolean isSatisfiable() -
isOther
public abstract boolean isOther() -
getSatisfiableFirst
-
getSatisfiableLast
-
getOtherValue
-
getInstanceLength
-
create
-
create
-
create
-
createUnsatisfiable
-
createOther
-