public static enum HttpLookupMethod.LinkRelation extends java.lang.Enum<HttpLookupMethod.LinkRelation>
| Enum Constant and Description |
|---|
BOSH
Selects link relation attribute as "urn:xmpp:alt-connections:xbosh".
|
WEBSOCKET
Selects link relation attribute as "urn:xmpp:alt-connections:websocket".
|
| Modifier and Type | Method and Description |
|---|---|
static HttpLookupMethod.LinkRelation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpLookupMethod.LinkRelation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpLookupMethod.LinkRelation BOSH
public static final HttpLookupMethod.LinkRelation WEBSOCKET
public static HttpLookupMethod.LinkRelation[] values()
for (HttpLookupMethod.LinkRelation c : HttpLookupMethod.LinkRelation.values()) System.out.println(c);
public static HttpLookupMethod.LinkRelation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null