| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ELEMENT |
"bind" |
public static final String |
NAMESPACE |
"urn:ietf:params:xml:ns:xmpp-bind" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAMESPACE |
"urn:ietf:params:xml:ns:xmpp-streams" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ELEMENT |
"ping" |
public static final String |
NAMESPACE |
"urn:xmpp:ping" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DECODE |
0 |
public static final int |
DONT_BREAK_LINES |
8 |
public static final int |
ENCODE |
1 |
public static final int |
GZIP |
2 |
public static final int |
NO_OPTIONS |
0 |
public static final int |
ORDERED |
32 |
public static final int |
URL_SAFE |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_CAPACITY |
16 |
protected static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
protected static final int |
DEFAULT_THRESHOLD |
12 |
protected static final String |
GETKEY_INVALID |
"getKey() can only be called after next() and before remove()" |
protected static final String |
GETVALUE_INVALID |
"getValue() can only be called after next() and before remove()" |
protected static final int |
MAXIMUM_CAPACITY |
1073741824 |
protected static final String |
NO_NEXT_ENTRY |
"No next() entry in the iteration" |
protected static final String |
NO_PREVIOUS_ENTRY |
"No previous() entry in the iteration" |
protected static final String |
REMOVE_INVALID |
"remove() can only be called once after next()" |
protected static final String |
SETVALUE_INVALID |
"setValue() can only be called after next() and before remove()" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HARD |
0 |
public static final int |
SOFT |
1 |
public static final int |
WEAK |
2 |
Copyright © 2014. All Rights Reserved.