| Package | Description |
|---|---|
| org.mobicents.xcap.client | |
| org.mobicents.xcap.client.header | |
| org.mobicents.xcap.client.impl | |
| org.mobicents.xcap.client.impl.header |
| Modifier and Type | Method and Description |
|---|---|
Header |
XcapEntity.getContentEncoding() |
Header |
XcapEntity.getContentType() |
Header[] |
XcapResponse.getHeaders() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
HeaderFactory.getBasicHeader(String name,
String value)
Creates a new header from name and value.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
XcapEntityImpl.getContentEncoding() |
Header |
XcapEntityImpl.getContentType() |
Header[] |
XcapResponseImpl.getHeaders() |
| 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) |
| Constructor and Description |
|---|
XcapResponseImpl(int statusCode,
String eTag,
String mimetype,
Header[] headers,
XcapEntity xcapEntity) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderImpl
Implementation for the
Header interface, extending the Apache
BasicHeader. |
| Modifier and Type | Method and Description |
|---|---|
Header |
HeaderFactoryImpl.getBasicHeader(String name,
String value) |
Copyright © 2016. All rights reserved.