Package org.igniterealtime.jbosh
Class AttrSessionID
- All Implemented Interfaces:
Comparable
Data type representing the getValue of the
sid
attribute of the
bosh
element.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static AttrSessionID
createFromString
(String str) Creates a new attribute instance from the provided String.
-
Constructor Details
-
AttrSessionID
Creates a new attribute object.- Parameters:
val
- attribute getValue
-
-
Method Details
-
createFromString
Creates a new attribute instance from the provided String.- Parameters:
str
- string representation of the attribute- Returns:
- attribute instance
-