Package | Description |
---|---|
org.jivesoftware.smackx.hoxt.packet | |
org.jivesoftware.smackx.shim.packet | |
org.jivesoftware.smackx.shim.provider |
Modifier and Type | Method and Description |
---|---|
HeadersExtension |
AbstractHttpOverXmpp.getHeaders()
Returns Headers element.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpOverXmpp.setHeaders(HeadersExtension headers)
Sets Headers element.
|
Modifier and Type | Method and Description |
---|---|
static HeadersExtension |
HeadersExtension.from(Stanza packet)
Return the SHIM headers extension of this stanza or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
protected HeadersExtension |
HeadersProvider.createReturnExtension(String currentElement,
String currentNamespace,
Map<String,String> attributeMap,
List<? extends ExtensionElement> content) |