Constructor and Description |
---|
RangeResponseResult(long start, long end, long contentLength, String contentRange, int statusCode) |
Modifier and Type | Method and Description |
---|---|
long | getContentLength() |
String | getContentRange() |
long | getEnd() |
long | getStart() |
int | getStatusCode() |
public RangeResponseResult(long start, long end, long contentLength, String contentRange, int statusCode)
public long getStart()
public long getEnd()
public long getContentLength()
public String getContentRange()
public int getStatusCode()
Copyright © 2020 JBoss by Red Hat. All rights reserved.