Class AttrSessionID

java.lang.Object
org.igniterealtime.jbosh.AbstractAttr<String>
org.igniterealtime.jbosh.AttrSessionID
All Implemented Interfaces:
Comparable

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

    • AttrSessionID

      private AttrSessionID(String val)
      Creates a new attribute object.
      Parameters:
      val - attribute getValue
  • Method Details

    • createFromString

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