| Package | Description |
|---|---|
| javax.net.websocket.extensions |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Frame.Data.Text |
FrameBuilder.createTextFrame(String s)
Create a text frame with the given string data.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.