| Package | Description |
|---|---|
| org.mobicents.xcap.client | |
| org.mobicents.xcap.client.auth | |
| org.mobicents.xcap.client.impl | |
| org.mobicents.xcap.client.impl.auth |
| Modifier and Type | Method and Description |
|---|---|
XcapResponse |
XcapClient.delete(URI uri,
Header[] additionalRequestHeaders,
Credentials credentials)
Deletes the content related the specified XCAP URI uri.
|
XcapResponse |
XcapClient.deleteIfMatch(URI uri,
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(URI uri,
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(URI uri,
Header[] additionalRequestHeaders,
Credentials credentials)
Retrieves the XML resource from the XCAP server, for the specified uri.
|
XcapResponse |
XcapClient.put(URI uri,
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(URI uri,
String mimetype,
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(URI uri,
String eTag,
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(URI uri,
String eTag,
String mimetype,
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(URI uri,
String eTag,
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(URI uri,
String eTag,
String mimetype,
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.
|
void |
XcapClient.setAuthenticationCredentials(Credentials credentials)
Sets the global authentication credentials, those will be used when there
are no credentials for the request.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialsFactory.getHttpDigestCredentials(String user,
String password)
Retrieves the credentials to be used in HTTP Digest authentication.
|
| Modifier and Type | Method and Description |
|---|---|
XcapResponse |
XcapClientImpl.delete(URI uri,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.deleteIfMatch(URI uri,
String eTag,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.deleteIfNoneMatch(URI uri,
String eTag,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.get(URI uri,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.put(URI uri,
String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.put(URI uri,
String mimetype,
String content,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.putIfMatch(URI uri,
String eTag,
String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.putIfMatch(URI uri,
String eTag,
String mimetype,
String content,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.putIfNoneMatch(URI uri,
String eTag,
String mimetype,
byte[] content,
Header[] additionalRequestHeaders,
Credentials credentials) |
XcapResponse |
XcapClientImpl.putIfNoneMatch(URI uri,
String eTag,
String mimetype,
String content,
Header[] additionalRequestHeaders,
Credentials credentials) |
void |
XcapClientImpl.setAuthenticationCredentials(Credentials credentials) |
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialsImpl
Implementation for the
Credentials interface, extending the Apache
UsernamePasswordCredentials. |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialsFactoryImpl.getHttpDigestCredentials(String user,
String password) |
Copyright © 2017. All rights reserved.