protected static enum FrameBuilderRfc6455.Fin extends Enum<FrameBuilderRfc6455.Fin>
| Enum Constant and Description |
|---|
FINAL
The FINAL.
|
MORE_FRAME
The MORE_FRAME.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Int value.
|
static FrameBuilderRfc6455.Fin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameBuilderRfc6455.Fin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameBuilderRfc6455.Fin MORE_FRAME
public static final FrameBuilderRfc6455.Fin FINAL
public static FrameBuilderRfc6455.Fin[] values()
for (FrameBuilderRfc6455.Fin c : FrameBuilderRfc6455.Fin.values()) System.out.println(c);
public static FrameBuilderRfc6455.Fin 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 int intValue()
Copyright © 2021. All rights reserved.