|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Header | |
|---|---|
| org.mobicents.xcap.client | |
| org.mobicents.xcap.client.header | |
| org.mobicents.xcap.client.impl | |
| org.mobicents.xcap.client.impl.header | |
| Uses of Header in org.mobicents.xcap.client |
|---|
| Methods in org.mobicents.xcap.client that return Header | |
|---|---|
Header |
XcapEntity.getContentEncoding()
|
Header |
XcapEntity.getContentType()
|
Header[] |
XcapResponse.getHeaders()
|
| Methods in org.mobicents.xcap.client with parameters of type Header | |
|---|---|
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 Header in org.mobicents.xcap.client.header |
|---|
| Methods in org.mobicents.xcap.client.header that return Header | |
|---|---|
Header |
HeaderFactory.getBasicHeader(java.lang.String name,
java.lang.String value)
Creates a new header from name and value. |
| Uses of Header in org.mobicents.xcap.client.impl |
|---|
| Methods in org.mobicents.xcap.client.impl that return Header | |
|---|---|
Header |
XcapEntityImpl.getContentEncoding()
|
Header |
XcapEntityImpl.getContentType()
|
Header[] |
XcapResponseImpl.getHeaders()
|
| Methods in org.mobicents.xcap.client.impl with parameters of type Header | |
|---|---|
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 |
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)
|
| Constructors in org.mobicents.xcap.client.impl with parameters of type Header | |
|---|---|
XcapResponseImpl(int statusCode,
java.lang.String eTag,
java.lang.String mimetype,
Header[] headers,
XcapEntity xcapEntity)
|
|
| Uses of Header in org.mobicents.xcap.client.impl.header |
|---|
| Classes in org.mobicents.xcap.client.impl.header that implement Header | |
|---|---|
class |
HeaderImpl
Implementation for the Header interface, extending the Apache
BasicHeader. |
| Methods in org.mobicents.xcap.client.impl.header that return Header | |
|---|---|
Header |
HeaderFactoryImpl.getBasicHeader(java.lang.String name,
java.lang.String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||