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