| Package | Description |
|---|---|
| javax.net.websocket.extensions |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Frame.Data.Binary |
FrameBuilder.createBinaryContinuationFrame(String s,
boolean isLast)
Create a partial binary frame with the given string fragment, and indication of whether this is the last or not
of a series.
|
static Frame.Data.Binary |
FrameBuilder.createBinaryFrame(String s)
Create a binary data frame with the given bytes.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.