Uses of Class
org.igniterealtime.jbosh.AttrSessionID
-
Uses of AttrSessionID in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as AttrSessionIDMethods in org.igniterealtime.jbosh that return AttrSessionIDModifier and TypeMethodDescription(package private) static AttrSessionIDAttrSessionID.createFromString(String str) Creates a new attribute instance from the provided String.(package private) AttrSessionIDCMSessionParams.getSessionID()Constructors in org.igniterealtime.jbosh with parameters of type AttrSessionIDModifierConstructorDescriptionprivateCMSessionParams(AttrSessionID aSid, AttrWait aWait, AttrVersion aVer, AttrPolling aPolling, AttrInactivity aInactivity, AttrRequests aRequests, AttrHold aHold, AttrAccept aAccept, AttrMaxPause aMaxPause, AttrAck aAck, AttrCharsets aCharsets, boolean amAckingRequests) Prevent direct construction.