|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ranges | |
---|---|
org.abstracthorizon.danube.http.util | |
org.abstracthorizon.danube.webdav |
Uses of Ranges in org.abstracthorizon.danube.http.util |
---|
Methods in org.abstracthorizon.danube.http.util that return Ranges | |
---|---|
static Ranges |
Ranges.parseContentRange(String ranges)
Parses input string for ranges format |
static Ranges |
Ranges.parseRange(String ranges)
Parses input string for ranges format |
Methods in org.abstracthorizon.danube.http.util with parameters of type Ranges | |
---|---|
protected static boolean |
Ranges.parseOneRange(String input,
int from,
int to,
Ranges result)
Parses one range in format of "xxx-yyy", "xxx-" or "-yyy" |
Uses of Ranges in org.abstracthorizon.danube.webdav |
---|
Methods in org.abstracthorizon.danube.webdav that return Ranges | |
---|---|
protected Ranges |
BaseWebDAVResourceConnectionHandler.collectRange(HTTPConnection connection)
Collects range from the "Range" header. |
Methods in org.abstracthorizon.danube.webdav with parameters of type Ranges | |
---|---|
protected void |
BaseWebDAVResourceConnectionHandler.transmitResource(HTTPConnection httpConnection,
Object resource,
Adaptable output,
Ranges ranges)
Transmits resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |