| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
| Modifier and Type | Method and Description |
|---|---|
static Frame.Type |
Frame.Type.from(byte op) |
Frame.Type |
Frame.getType() |
static Frame.Type |
Frame.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frame.Type[] |
Frame.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.