| Package | Description |
|---|---|
| org.eclipse.jetty.spdy.frames |
| Modifier and Type | Method and Description |
|---|---|
static ControlFrameType |
ControlFrameType.from(short code) |
ControlFrameType |
ControlFrame.getType() |
static ControlFrameType |
ControlFrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlFrameType[] |
ControlFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ControlFrame(short version,
ControlFrameType type,
byte flags) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.