Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.dav.http |
Modifier and Type | Method and Description |
---|---|
HTTPStatus |
DAVConnection.doCheckout(String activityPath,
String repositoryPath,
String path,
boolean allow404) |
HTTPStatus |
DAVConnection.doDelete(String path) |
HTTPStatus |
DAVConnection.doDelete(String repositoryPath,
String path,
long revision) |
HTTPStatus |
DAVConnection.doHead(String path) |
HTTPStatus |
DAVConnection.doMakeCollection(String path) |
HTTPStatus |
DAVConnection.doMerge(String activityURL,
boolean response,
DefaultHandler handler) |
HTTPStatus |
DAVConnection.doOptions(String path) |
HTTPStatus |
DAVConnection.doPost(String path,
String mimeType,
byte[] body) |
HTTPStatus |
DAVConnection.doPropfind(String path,
HTTPHeader header,
StringBuffer body,
DefaultHandler handler) |
HTTPStatus |
DAVConnection.doPutDiff(String repositoryPath,
String path,
InputStream data,
long size,
String baseChecksum,
String textChecksum) |
HTTPStatus |
DAVConnection.doReport(String path,
StringBuffer requestBody,
DefaultHandler handler) |
HTTPStatus |
DAVConnection.doReport(String path,
StringBuffer requestBody,
DefaultHandler handler,
boolean spool) |
HTTPStatus |
DAVConnection.getLastStatus() |
static HTTPStatus |
DAVUtil.getProperties(DAVConnection connection,
String path,
int depth,
String label,
DAVElement[] properties,
Map result) |
Modifier and Type | Method and Description |
---|---|
static SVNErrorMessage |
DAVUtil.createUnexpectedStatusErrorMessage(HTTPStatus httpStatus,
String method,
String path) |
Modifier and Type | Method and Description |
---|---|
static HTTPStatus |
HTTPStatus.createHTTPStatus(String statusLine) |
HTTPStatus |
HTTPConnection.getLastStatus() |
HTTPStatus |
IHTTPConnection.getLastStatus() |
HTTPStatus |
HTTPConnection.request(String method,
String path,
HTTPHeader header,
InputStream body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler) |
HTTPStatus |
IHTTPConnection.request(String method,
String path,
HTTPHeader header,
InputStream body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler) |
HTTPStatus |
HTTPConnection.request(String method,
String path,
HTTPHeader header,
InputStream body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler,
SVNErrorMessage context) |
HTTPStatus |
IHTTPConnection.request(String method,
String path,
HTTPHeader header,
InputStream body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler,
SVNErrorMessage context) |
HTTPStatus |
HTTPConnection.request(String method,
String path,
HTTPHeader header,
StringBuffer body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler) |
HTTPStatus |
IHTTPConnection.request(String method,
String path,
HTTPHeader header,
StringBuffer body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler) |
HTTPStatus |
HTTPConnection.request(String method,
String path,
HTTPHeader header,
StringBuffer body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler,
SVNErrorMessage context) |
HTTPStatus |
IHTTPConnection.request(String method,
String path,
HTTPHeader header,
StringBuffer body,
int ok1,
int ok2,
OutputStream dst,
DefaultHandler handler,
SVNErrorMessage context) |
Copyright © 2023. All rights reserved.