public static interface Frame.Data.Binary extends Frame.Data
| 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.
|
Frame.Data.Binary, Frame.Data.TextFrame.Control, Frame.Data| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
The application data in the binary frame.
|
getExtensionData
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.