public static enum Socket.PropertyKeys extends Enum<Socket.PropertyKeys>
Enum Constant and Description |
---|
autoConnect |
channel |
fallbackTransport |
onClose |
onError |
onLocalMessage |
onMessage |
onMessagePublished |
onOpen |
onReconnect |
onTransportFailure |
transport |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Socket.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Socket.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Socket.PropertyKeys widgetVar
public static final Socket.PropertyKeys channel
public static final Socket.PropertyKeys transport
public static final Socket.PropertyKeys fallbackTransport
public static final Socket.PropertyKeys onMessage
public static final Socket.PropertyKeys onError
public static final Socket.PropertyKeys onClose
public static final Socket.PropertyKeys onOpen
public static final Socket.PropertyKeys onReconnect
public static final Socket.PropertyKeys onMessagePublished
public static final Socket.PropertyKeys onTransportFailure
public static final Socket.PropertyKeys onLocalMessage
public static final Socket.PropertyKeys autoConnect
public static Socket.PropertyKeys[] values()
for (Socket.PropertyKeys c : Socket.PropertyKeys.values()) System.out.println(c);
public static Socket.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Socket.PropertyKeys>
Copyright © 2018. All rights reserved.