A B C D E G H I N O P S T V 

A

AbstractHttpOverXmpp - Class in org.jivesoftware.smackx.hoxt.packet
Abstract parent for Req and Resp IQ packets.
AbstractHttpOverXmpp() - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp
 
AbstractHttpOverXmpp.AbstractBody - Class in org.jivesoftware.smackx.hoxt.packet
Abstract representation of parent of Req and Resp elements.
AbstractHttpOverXmpp.AbstractBody() - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
 
AbstractHttpOverXmpp.Base64 - Class in org.jivesoftware.smackx.hoxt.packet
Representation of Base64 element.
AbstractHttpOverXmpp.Base64(String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Base64
Creates this element.
AbstractHttpOverXmpp.ChunkedBase64 - Class in org.jivesoftware.smackx.hoxt.packet
Representation of ChunkedBase64 element.
AbstractHttpOverXmpp.ChunkedBase64(String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.ChunkedBase64
Creates ChunkedBase86 element.
AbstractHttpOverXmpp.Data - Class in org.jivesoftware.smackx.hoxt.packet
Representation of Data element.
AbstractHttpOverXmpp.Data(AbstractHttpOverXmpp.DataChild) - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Data
Creates Data element.
AbstractHttpOverXmpp.DataChild - Interface in org.jivesoftware.smackx.hoxt.packet
Interface for child elements of Data element.
AbstractHttpOverXmpp.Ibb - Class in org.jivesoftware.smackx.hoxt.packet
Representation of Ibb element.
AbstractHttpOverXmpp.Ibb(String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Ibb
Creates Ibb element.
AbstractHttpOverXmpp.Text - Class in org.jivesoftware.smackx.hoxt.packet
Representation of Text element.
AbstractHttpOverXmpp.Text(String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Text
Creates this element.
AbstractHttpOverXmpp.Xml - Class in org.jivesoftware.smackx.hoxt.packet
Representation of Xml element.
AbstractHttpOverXmpp.Xml(String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Xml
Creates this element.
AbstractHttpOverXmppProvider - Class in org.jivesoftware.smackx.hoxt.provider
Abstract parent for Req and Resp packet providers.
AbstractHttpOverXmppProvider() - Constructor for class org.jivesoftware.smackx.hoxt.provider.AbstractHttpOverXmppProvider
 
ATTRIBUTE_LAST - Static variable in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
 
ATTRIBUTE_STREAM_ID - Static variable in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
 

B

Base64BinaryChunk - Class in org.jivesoftware.smackx.hoxt.packet
Packet extension for base64 binary chunks.
Base64BinaryChunk(String, String, boolean) - Constructor for class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
Creates the extension.
Base64BinaryChunk(String, String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
Creates the extension.
Base64BinaryChunkProvider - Class in org.jivesoftware.smackx.hoxt.provider
Packet provider for base64 binary chunks.
Base64BinaryChunkProvider() - Constructor for class org.jivesoftware.smackx.hoxt.provider.Base64BinaryChunkProvider
Required no-argument constructor.

C

CarbonExtension - Class in org.jivesoftware.smackx.carbons.packet
Packet extension for XEP-0280: Message Carbons.
CarbonExtension(CarbonExtension.Direction, Forwarded) - Constructor for class org.jivesoftware.smackx.carbons.packet.CarbonExtension
Construct a Carbon message extension.
CarbonExtension.Direction - Enum in org.jivesoftware.smackx.carbons.packet
Defines the direction of a CarbonExtension message.
CarbonExtension.Private - Class in org.jivesoftware.smackx.carbons.packet
Packet extension indicating that a message may not be carbon-copied.
CarbonExtension.Private() - Constructor for class org.jivesoftware.smackx.carbons.packet.CarbonExtension.Private
 
CarbonManager - Class in org.jivesoftware.smackx.carbons
Packet extension for XEP-0280: Message Carbons.
CarbonManagerProvider - Class in org.jivesoftware.smackx.carbons.provider
This class implements the PacketExtensionProvider to parse cabon copied messages from a packet.
CarbonManagerProvider() - Constructor for class org.jivesoftware.smackx.carbons.provider.CarbonManagerProvider
 

D

disableCarbons() - Method in class org.jivesoftware.smackx.carbons.CarbonManager
Helper method to disable carbons.
disableCarbons(Message) - Static method in class org.jivesoftware.smackx.carbons.CarbonManager
Mark a message as "private", so it will not be carbon-copied.

E

ELEMENT - Static variable in class org.jivesoftware.smackx.carbons.packet.CarbonExtension.Private
 
ELEMENT_CHUNK - Static variable in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
 
enableCarbons() - Method in class org.jivesoftware.smackx.carbons.CarbonManager
Helper method to enable carbons.
ExperimentalInitializer - Class in org.jivesoftware.smack.initializer.experimental
Initializes the providers in the experimental code stream.
ExperimentalInitializer() - Constructor for class org.jivesoftware.smack.initializer.experimental.ExperimentalInitializer
 

G

getCarbon(Message) - Static method in class org.jivesoftware.smackx.carbons.CarbonManager
Obtain a Carbon from a message, if available.
getCarbonsEnabled() - Method in class org.jivesoftware.smackx.carbons.CarbonManager
Check if carbons are enabled on this connection.
getChild() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Data
Returns element nested by Data.
getChildElementXML() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq
 
getChildElementXML() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp
 
getConfigUrl() - Method in class org.jivesoftware.smack.initializer.experimental.ExperimentalInitializer
 
getData() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Returns Data element.
getDirection() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension
Get the direction (sent or received) of the carbon.
getElementName() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension
 
getElementName() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension.Private
 
getElementName() - Method in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
 
getEndTag() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Returns end tag.
getEndTag() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
 
getEndTag() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
 
getForwarded() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension
Get the forwarded packet.
getHeaders() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Returns Headers element.
getInstanceFor(XMPPConnection) - Static method in class org.jivesoftware.smackx.carbons.CarbonManager
Obtain the CarbonManager responsible for a connection.
getMaxChunkSize() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Returns maxChunkSize attribute.
getMethod() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Returns method attribute.
getNamespace() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension
 
getNamespace() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension.Private
 
getNamespace() - Method in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
 
getProvidersUrl() - Method in class org.jivesoftware.smack.initializer.experimental.ExperimentalInitializer
 
getReq() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq
Returns Req element.
getResource() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Returns resource attribute.
getResp() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp
Returns Resp element.
getSid() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Ibb
Returns sid attribute.
getStartTag() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Returns start tag.
getStartTag() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
 
getStartTag() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
 
getStatusCode() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
Returns statusCode attribute.
getStatusMessage() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
Returns statusMessage attribute.
getStreamId() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.ChunkedBase64
Returns streamId attribute.
getStreamId() - Method in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
Returns streamId attribute.
getText() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Base64
Returns text of this element.
getText() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Text
Returns text of this element.
getText() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Xml
Returns text of this element.
getText() - Method in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
Returns text attribute.
getVersion() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Returns version attribute.

H

HOXTManager - Class in org.jivesoftware.smackx.hoxt
Manager for HTTP ove XMPP transport (XEP-0332) extension.
HOXTManager() - Constructor for class org.jivesoftware.smackx.hoxt.HOXTManager
 
HttpMethod - Enum in org.jivesoftware.smackx.hoxt.packet
Enum containing HTTP methods.
HttpOverXmppReq - Class in org.jivesoftware.smackx.hoxt.packet
Represents Req IQ packet.
HttpOverXmppReq() - Constructor for class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq
 
HttpOverXmppReq.Req - Class in org.jivesoftware.smackx.hoxt.packet
Represents Req element.
HttpOverXmppReq.Req(HttpMethod, String) - Constructor for class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Creates this object.
HttpOverXmppReqProvider - Class in org.jivesoftware.smackx.hoxt.provider
Req packet provider.
HttpOverXmppReqProvider() - Constructor for class org.jivesoftware.smackx.hoxt.provider.HttpOverXmppReqProvider
Mandatory no argument constructor.
HttpOverXmppResp - Class in org.jivesoftware.smackx.hoxt.packet
Represents Resp IQ packet.
HttpOverXmppResp() - Constructor for class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp
 
HttpOverXmppResp.Resp - Class in org.jivesoftware.smackx.hoxt.packet
Represents Resp element.
HttpOverXmppResp.Resp() - Constructor for class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
 
HttpOverXmppRespProvider - Class in org.jivesoftware.smackx.hoxt.provider
Resp packet provider.
HttpOverXmppRespProvider() - Constructor for class org.jivesoftware.smackx.hoxt.provider.HttpOverXmppRespProvider
Mandatory no argument constructor.

I

isIbb() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Returns ibb attribute.
isJingle() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Returns jingle attribute.
isLast() - Method in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
Returns last attribute.
isSipub() - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Returns sipub attribute.
isSupported(String, XMPPConnection) - Static method in class org.jivesoftware.smackx.hoxt.HOXTManager
Returns true if the given entity understands the HTTP ove XMPP transport format and allows the exchange of such.
isSupportedByServer() - Method in class org.jivesoftware.smackx.carbons.CarbonManager
Returns true if XMPP Carbons are supported by the server.

N

NAMESPACE - Static variable in class org.jivesoftware.smackx.carbons.packet.CarbonExtension
 
NAMESPACE - Static variable in class org.jivesoftware.smackx.hoxt.HOXTManager
Namespace for this extension.

O

org.jivesoftware.smack.initializer.experimental - package org.jivesoftware.smack.initializer.experimental
 
org.jivesoftware.smackx.carbons - package org.jivesoftware.smackx.carbons
 
org.jivesoftware.smackx.carbons.packet - package org.jivesoftware.smackx.carbons.packet
 
org.jivesoftware.smackx.carbons.provider - package org.jivesoftware.smackx.carbons.provider
 
org.jivesoftware.smackx.hoxt - package org.jivesoftware.smackx.hoxt
 
org.jivesoftware.smackx.hoxt.packet - package org.jivesoftware.smackx.hoxt.packet
 
org.jivesoftware.smackx.hoxt.provider - package org.jivesoftware.smackx.hoxt.provider
 

P

parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.carbons.provider.CarbonManagerProvider
 
parseExtension(XmlPullParser) - Method in class org.jivesoftware.smackx.hoxt.provider.Base64BinaryChunkProvider
 
parseHeadersAndData(XmlPullParser, String, AbstractHttpOverXmpp.AbstractBody) - Method in class org.jivesoftware.smackx.hoxt.provider.AbstractHttpOverXmppProvider
Parses Headers and Data elements.
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.hoxt.provider.HttpOverXmppReqProvider
 
parseIQ(XmlPullParser) - Method in class org.jivesoftware.smackx.hoxt.provider.HttpOverXmppRespProvider
 

S

sendCarbonsEnabled(boolean) - Method in class org.jivesoftware.smackx.carbons.CarbonManager
Notify server to change the carbons state.
setCarbonsEnabled(boolean) - Method in class org.jivesoftware.smackx.carbons.CarbonManager
Notify server to change the carbons state.
setData(AbstractHttpOverXmpp.Data) - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Sets Data element.
setHeaders(HeadersExtension) - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Sets Headers element.
setIbb(boolean) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Sets ibb attribute.
setJingle(boolean) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Sets jingle attribute.
setMaxChunkSize(int) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Sets maxChunkSize attribute.
setReq(HttpOverXmppReq.Req) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq
Sets Req element.
setResp(HttpOverXmppResp.Resp) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp
Sets Resp element.
setSipub(boolean) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq.Req
Sets sipub attribute.
setStatusCode(int) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
Sets statusCode attribute.
setStatusMessage(String) - Method in class org.jivesoftware.smackx.hoxt.packet.HttpOverXmppResp.Resp
Sets statusMessage attribute.
setVersion(String) - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Sets version attribute.

T

toXML() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension.Private
 
toXML() - Method in class org.jivesoftware.smackx.carbons.packet.CarbonExtension
 
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
Returns string containing xml representation of this object.
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Base64
 
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.ChunkedBase64
 
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Data
Returns string containing xml representation of this object.
toXML() - Method in interface org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.DataChild
Returns string containing xml representation of this object.
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Ibb
 
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Text
 
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.Xml
 
toXML() - Method in class org.jivesoftware.smackx.hoxt.packet.Base64BinaryChunk
 

V

valueOf(String) - Static method in enum org.jivesoftware.smackx.carbons.packet.CarbonExtension.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jivesoftware.smackx.hoxt.packet.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jivesoftware.smackx.carbons.packet.CarbonExtension.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jivesoftware.smackx.hoxt.packet.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp.AbstractBody
 
A B C D E G H I N O P S T V