| Package | Description |
|---|---|
| javax.net.websocket.extensions |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Frame.Data.Binary
A binary data frame
|
static interface |
Frame.Data.Binary.Continuation
A kind of binary frame that represents a fragment of a message in a series of such frames
that, re-assembled, form a complete text message.
|
static interface |
Frame.Data.Text
A text data frame.
|
static interface |
Frame.Data.Text.Continuation
A kind of text frame that represents a fragment of a message in a series of such frames
that, re-assembled, form a complete text message.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.