|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Response in org.openxdm.xcap.client |
|---|
| Methods in org.openxdm.xcap.client that return Response | |
|---|---|
Response |
XCAPClientImpl.delete(org.openxdm.xcap.common.key.XcapUriKey key)
|
Response |
XCAPClient.delete(org.openxdm.xcap.common.key.XcapUriKey key)
Deletes the content related the specified XCAP URI key. |
Response |
XCAPClientImpl.deleteIfMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag)
|
Response |
XCAPClient.deleteIfMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag)
Deletes the content related the specified XCAP URI key, if the specified ETag matches the current one on the server. |
Response |
XCAPClientImpl.deleteIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag)
|
Response |
XCAPClient.deleteIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag)
Deletes the content related the specified XCAP URI key, if the specified ETag does not matches the current one on the server. |
Response |
XCAPClientImpl.get(org.openxdm.xcap.common.key.XcapUriKey key)
|
Response |
XCAPClient.get(org.openxdm.xcap.common.key.XcapUriKey key)
Retrieves the XML resource from the XCAP server, for the specified key. |
Response |
XCAPClientImpl.put(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String mimetype,
byte[] content)
|
Response |
XCAPClient.put(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String mimetype,
byte[] content)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key. |
Response |
XCAPClientImpl.put(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String mimetype,
java.lang.String content)
|
Response |
XCAPClient.put(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String mimetype,
java.lang.String content)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key. |
Response |
XCAPClientImpl.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content)
|
Response |
XCAPClient.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag matches the current one on the server. |
Response |
XCAPClientImpl.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content)
|
Response |
XCAPClient.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag matches the current one on the server. |
Response |
XCAPClientImpl.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content)
|
Response |
XCAPClient.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag does not matches the current one on the server. |
Response |
XCAPClientImpl.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content)
|
Response |
XCAPClient.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag does not matches the current one on the server. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||