org.eclipse.*
-
org.eclipse.jetty.websocket.common.Generator
| Modifier and Type |
Constant Field |
Value |
public static final int |
OVERHEAD |
28 |
-
org.eclipse.jetty.websocket.common.OpCode
| Modifier and Type |
Constant Field |
Value |
public static final byte |
BINARY |
2 |
public static final byte |
CLOSE |
8 |
public static final byte |
CONTINUATION |
0 |
public static final byte |
PING |
9 |
public static final byte |
PONG |
10 |
public static final byte |
TEXT |
1 |
public static final byte |
UNDEFINED |
-1 |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.