Class ContentRange
java.lang.Object
org.apache.pekko.http.javadsl.model.ContentRange
- Direct Known Subclasses:
- ContentRange.Default,- ContentRange.Other,- ContentRange.Unsatisfiable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ContentRangepublic ContentRange()
 
- 
- 
Method Details- 
isByteContentRangepublic abstract boolean isByteContentRange()
- 
isSatisfiablepublic abstract boolean isSatisfiable()
- 
isOtherpublic abstract boolean isOther()
- 
getSatisfiableFirst
- 
getSatisfiableLast
- 
getOtherValue
- 
getInstanceLength
- 
create
- 
create
- 
create
- 
createUnsatisfiable
- 
createOther
 
-