|
Smack | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smack.SmackConfiguration
Represents the configuration of Smack. The configuration is used for:
| Method Summary | |
static int |
getPacketReplyTimeout()
Returns the number of milliseconds to wait for a response from the server. |
static String |
getVersionNumber()
Returns the current Smack release version. |
static void |
setPacketReplyTimeout(int timeout)
Sets the number of milliseconds to wait for a response from the server. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static String getVersionNumber()
public static int getPacketReplyTimeout()
public static void setPacketReplyTimeout(int timeout)
timeout - the milliseconds to wait for a response from the server
|
Smack | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||