Package | Description |
---|---|
org.waarp.http.protocol |
Modifier and Type | Method and Description |
---|---|
HttpResumableInfo |
HttpResumableSession.getHttpResumableInfo() |
HttpResumableInfo |
HttpResumableInfo.setChunkNumber(int chunkNumber) |
HttpResumableInfo |
HttpResumableInfo.setChunkSize(int chunkSize) |
HttpResumableInfo |
HttpResumableInfo.setFilename(String filename) |
HttpResumableInfo |
HttpResumableInfo.setIdentifier(String identifier) |
HttpResumableInfo |
HttpResumableInfo.setRelativePath(String relativePath) |
HttpResumableInfo |
HttpResumableInfo.setTotalChunks(int totalChunks) |
HttpResumableInfo |
HttpResumableInfo.setTotalSize(long totalSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpResumableSession.contains(HttpResumableInfo resumableInfo)
Check if the resumableInfo block is already written (previously received)
|
protected boolean |
HttpSessions.contains(HttpResumableInfo resumableInfo)
Check if session is already existing
|
HttpResumableSession |
HttpSessions.getOrCreateResumableSession(HttpResumableInfo resumableInfo,
String rulename,
String comment,
HttpAuthent authent)
Get a already existing HttpResumableSession or create a new one if not
exists
|
boolean |
HttpResumableInfo.isCompatible(HttpResumableInfo resumableInfo) |
boolean |
HttpSessions.removeSession(HttpResumableInfo resumableInfo)
Removes the current session
|
boolean |
HttpResumableSession.tryWrite(HttpResumableInfo resumableInfo,
InputStream stream)
Try to write the data according to resumbaleInfo
|
boolean |
HttpResumableSession.valid(HttpResumableInfo resumableInfo)
Check if the resumableInfo is valid compared to current session
|
Copyright © 2009–2020 Waarp. All rights reserved.