public static enum WebSocketXMPPIOService.WebSocketXMPPSpec extends Enum<WebSocketXMPPIOService.WebSocketXMPPSpec>
Modifier and Type | Method and Description |
---|---|
static WebSocketXMPPIOService.WebSocketXMPPSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketXMPPIOService.WebSocketXMPPSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebSocketXMPPIOService.WebSocketXMPPSpec hybi
public static final WebSocketXMPPIOService.WebSocketXMPPSpec xmpp
public static WebSocketXMPPIOService.WebSocketXMPPSpec[] values()
for (WebSocketXMPPIOService.WebSocketXMPPSpec c : WebSocketXMPPIOService.WebSocketXMPPSpec.values()) System.out.println(c);
public static WebSocketXMPPIOService.WebSocketXMPPSpec valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 "Tigase, Inc.". All rights reserved.