Uses of Class
org.igniterealtime.jbosh.AttrAccept
-
Uses of AttrAccept in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as AttrAcceptMethods in org.igniterealtime.jbosh that return AttrAcceptModifier and TypeMethodDescription(package private) static AttrAccept
AttrAccept.createFromString
(String str) Creates a new attribute instance from the provided String.(package private) AttrAccept
CMSessionParams.getAccept()
Constructors in org.igniterealtime.jbosh with parameters of type AttrAcceptModifierConstructorDescriptionprivate
CMSessionParams
(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.