public static enum HandlerHelper.RequestType extends Enum<HandlerHelper.RequestType>
| Enum Constant and Description |
|---|
HEARTBEAT
Heartbeat requests.
|
PUSH
Push requests (any transport).
|
UIDL
UIDL requests.
|
WEBCOMPONENT_RESYNC
WebComponent resynchronization requests.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Returns the identifier for the request type.
|
static HandlerHelper.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerHelper.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerHelper.RequestType UIDL
public static final HandlerHelper.RequestType WEBCOMPONENT_RESYNC
public static final HandlerHelper.RequestType HEARTBEAT
public static final HandlerHelper.RequestType PUSH
public static HandlerHelper.RequestType[] values()
for (HandlerHelper.RequestType c : HandlerHelper.RequestType.values()) System.out.println(c);
public static HandlerHelper.RequestType 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 getIdentifier()
Copyright © 2025. All rights reserved.