Uses of Class
org.igniterealtime.jbosh.AttrWait
-
-
Uses of AttrWait in org.igniterealtime.jbosh
Fields in org.igniterealtime.jbosh declared as AttrWait Modifier and Type Field Description private AttrWait
CMSessionParams. wait
Methods in org.igniterealtime.jbosh that return AttrWait Modifier and Type Method Description (package private) static AttrWait
AttrWait. createFromString(java.lang.String str)
Creates a new attribute instance from the provided String.(package private) AttrWait
CMSessionParams. getWait()
Constructors in org.igniterealtime.jbosh with parameters of type AttrWait Constructor Description 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.
-