Class AttrSessionID

  • All Implemented Interfaces:
    java.lang.Comparable

    final class AttrSessionID
    extends AbstractAttr<java.lang.String>
    Data type representing the getValue of the sid attribute of the bosh element.
    • Constructor Detail

      • AttrSessionID

        private AttrSessionID​(java.lang.String val)
        Creates a new attribute object.
        Parameters:
        val - attribute getValue
    • Method Detail

      • createFromString

        static AttrSessionID createFromString​(java.lang.String str)
        Creates a new attribute instance from the provided String.
        Parameters:
        str - string representation of the attribute
        Returns:
        attribute instance