Uses of Class
org.igniterealtime.jbosh.BodyQName
-
-
Uses of BodyQName in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as BodyQName Modifier and Type Field Description (package private) static BodyQName
Attributes. ACCEPT
(package private) static BodyQName
Attributes. ACK
(package private) static BodyQName
Attributes. AUTHID
(package private) static BodyQName
Attributes. CHARSETS
(package private) static BodyQName
Attributes. CONDITION
(package private) static BodyQName
Attributes. CONTENT
(package private) static BodyQName
Attributes. FROM
(package private) static BodyQName
Attributes. HOLD
(package private) static BodyQName
Attributes. INACTIVITY
(package private) static BodyQName
Attributes. KEY
(package private) static BodyQName
Attributes. MAXPAUSE
(package private) static BodyQName
Attributes. NEWKEY
(package private) static BodyQName
Attributes. PAUSE
(package private) static BodyQName
Attributes. POLLING
(package private) static BodyQName
Attributes. REPORT
(package private) static BodyQName
Attributes. REQUESTS
(package private) static BodyQName
Attributes. RID
(package private) static BodyQName
Attributes. ROUTE
(package private) static BodyQName
Attributes. SECURE
(package private) static BodyQName
Attributes. SID
(package private) static BodyQName
Attributes. STREAM
(package private) static BodyQName
Attributes. TIME
(package private) static BodyQName
Attributes. TO
(package private) static BodyQName
Attributes. TYPE
(package private) static BodyQName
Attributes. VER
(package private) static BodyQName
Attributes. WAIT
(package private) static BodyQName
Attributes. XML_LANG
Fields in org.igniterealtime.jbosh with type parameters of type BodyQName Modifier and Type Field Description private java.util.Map<BodyQName,java.lang.String>
BodyParserResults. attrs
Map of qualified names to their values.private java.util.Map<BodyQName,java.lang.String>
ComposableBody. attrs
Map of all attributes to their values.private java.util.Map<BodyQName,java.lang.String>
StaticBody. attrs
Map of all attributes to their values.private java.util.Map<BodyQName,java.lang.String>
ComposableBody.Builder. map
Methods in org.igniterealtime.jbosh that return BodyQName Modifier and Type Method Description static BodyQName
BodyQName. create(java.lang.String uri, java.lang.String local)
Creates a new qualified name using a namespace URI and local name.(package private) static BodyQName
BodyQName. createBOSH(java.lang.String local)
Creates a new qualified name using the BOSH namespace URI and local name.static BodyQName
BodyQName. createWithPrefix(java.lang.String uri, java.lang.String local, java.lang.String prefix)
Creates a new qualified name using a namespace URI and local name along with an optional prefix.(package private) static BodyQName
AbstractBody. getBodyQName()
Returns the qualified name of the root/wrapper element.Methods in org.igniterealtime.jbosh that return types with arguments of type BodyQName Modifier and Type Method Description java.util.Set<BodyQName>
AbstractBody. getAttributeNames()
Get a set of all defined attribute names.abstract java.util.Map<BodyQName,java.lang.String>
AbstractBody. getAttributes()
Get a map of all defined attribute names with their corresponding values.(package private) java.util.Map<BodyQName,java.lang.String>
BodyParserResults. getAttributes()
Returns the map of attributes added by the parser.java.util.Map<BodyQName,java.lang.String>
ComposableBody. getAttributes()
Get a map of all defined attribute names with their corresponding values.java.util.Map<BodyQName,java.lang.String>
StaticBody. getAttributes()
Get a map of all defined attribute names with their corresponding values.Methods in org.igniterealtime.jbosh with parameters of type BodyQName Modifier and Type Method Description (package private) void
BodyParserResults. addBodyAttributeValue(BodyQName name, java.lang.String value)
Add an attribute definition to the results.java.lang.String
AbstractBody. getAttribute(BodyQName attr)
Get the value of the specified attribute.private static java.lang.String
CMSessionParams. getRequiredAttribute(AbstractBody body, BodyQName name)
ComposableBody.Builder
ComposableBody.Builder. setAttribute(BodyQName name, java.lang.String value)
Set an attribute on the message body / wrapper element.Constructor parameters in org.igniterealtime.jbosh with type arguments of type BodyQName Constructor Description ComposableBody(java.util.Map<BodyQName,java.lang.String> attrMap, java.lang.String payloadXML)
Prevent direct construction.StaticBody(java.util.Map<BodyQName,java.lang.String> attrMap, java.lang.String rawXML)
Prevent direct construction.
-