public final class FrameType extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
MESSAGE |
static int |
MESSAGE_CHUNK |
static int |
MESSAGE_END_CHUNK |
static int |
MESSAGE_START_CHUNK |
static int |
NULL |
| Constructor and Description |
|---|
FrameType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFrameContainsParams(int msgId) |
static boolean |
isLastFrame(int msgId) |
public static final int MESSAGE
public static final int MESSAGE_START_CHUNK
public static final int MESSAGE_CHUNK
public static final int MESSAGE_END_CHUNK
public static final int ERROR
public static final int NULL
Copyright © 2005–2018 Oracle Corporation. All rights reserved.