public abstract class ContentRange extends HttpHeader
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
Constructor and Description |
---|
ContentRange() |
Modifier and Type | Method and Description |
---|---|
abstract ContentRange |
contentRange() |
static ContentRange |
create(RangeUnit rangeUnit,
ContentRange contentRange) |
abstract RangeUnit |
rangeUnit() |
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, value
parse, renderInRequests, renderInResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
render
public abstract RangeUnit rangeUnit()
public abstract ContentRange contentRange()
public static ContentRange create(RangeUnit rangeUnit, ContentRange contentRange)