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