| Modifier and Type | Method and Description |
|---|---|
FcrepoResponse |
FcrepoClient.delete(URI url)
Make a DELETE request
|
FcrepoResponse |
FcrepoClient.get(URI url,
String accept,
String prefer)
Make a GET request
|
FcrepoResponse |
FcrepoClient.head(URI url)
Make a HEAD response
|
FcrepoResponse |
FcrepoClient.patch(URI url,
InputStream body)
Make a PATCH request
Please note: the body should have an application/sparql-update content-type
|
FcrepoResponse |
FcrepoClient.post(URI url,
InputStream body,
String contentType)
Make a POST request
|
FcrepoResponse |
FcrepoClient.put(URI url,
InputStream body,
String contentType)
Make a PUT request
|
Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.