|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XcapResponse | |
|---|---|
| org.mobicents.xcap.client | |
| org.mobicents.xcap.client.impl | |
| Uses of XcapResponse in org.mobicents.xcap.client |
|---|
| Methods in org.mobicents.xcap.client that return XcapResponse | |
|---|---|
XcapResponse |
XcapClient.delete(java.net.URI uri,
Header[] additionalRequestHeaders,
Credentials credentials)
Deletes the content related the specified XCAP URI uri. |
XcapResponse |
XcapClient.deleteIfMatch(java.net.URI uri,
java.lang.String eTag,
Header[] additionalRequestHeaders,
Credentials credentials)
Deletes the content related the specified XCAP URI uri, if the specified ETag matches the current one on the server. |
XcapResponse |
XcapClient.deleteIfNoneMatch(java.net.URI uri,
java.lang.String eTag,
Header[] additionalRequestHeaders,
Credentials credentials)
Deletes the content related the specified XCAP URI uri, if the specified ETag does not matches the current one on the server. |
XcapResponse |
XcapClient.get(java.net.URI uri,
Header[] additionalRequestHeaders,
Credentials credentials)
Retrieves the XML resource from the XCAP server, for the specified uri. |
XcapResponse |
XcapClient.put(java.net.URI uri,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri. |
XcapResponse |
XcapClient.put(java.net.URI uri,
java.lang.String mimetype,
java.lang.String content,
Header[] additionalRequestHeaders,
Credentials credentials)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri. |
XcapResponse |
XcapClient.putIfMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag matches the current one on the server. |
XcapResponse |
XcapClient.putIfMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content,
Header[] additionalRequestHeaders,
Credentials credentials)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag matches the current one on the server. |
XcapResponse |
XcapClient.putIfNoneMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag does not matches the current one on the server. |
XcapResponse |
XcapClient.putIfNoneMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content,
Header[] additionalRequestHeaders,
Credentials credentials)
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the uri, if the specified ETag does not matches the current one on the server. |
| Uses of XcapResponse in org.mobicents.xcap.client.impl |
|---|
| Classes in org.mobicents.xcap.client.impl that implement XcapResponse | |
|---|---|
class |
XcapResponseImpl
|
| Methods in org.mobicents.xcap.client.impl that return XcapResponse | |
|---|---|
XcapResponse |
XcapClientImpl.delete(java.net.URI uri,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.deleteIfMatch(java.net.URI uri,
java.lang.String eTag,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.deleteIfNoneMatch(java.net.URI uri,
java.lang.String eTag,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.get(java.net.URI uri,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapResponseHandler.handleResponse(org.apache.http.HttpResponse httpResponse)
|
XcapResponse |
XcapClientImpl.put(java.net.URI uri,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.put(java.net.URI uri,
java.lang.String mimetype,
java.lang.String content,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.putIfMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.putIfMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.putIfNoneMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials)
|
XcapResponse |
XcapClientImpl.putIfNoneMatch(java.net.URI uri,
java.lang.String eTag,
java.lang.String mimetype,
java.lang.String content,
Header[] additionalRequestHeaders,
Credentials credentials)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||