| Package | Description |
|---|---|
| javax.net.websocket |
| Modifier and Type | Method and Description |
|---|---|
T |
Decoder.Binary.decode(byte[] bytes)
Decode the given bytes into an object of type T.
|
T |
Decoder.Text.decode(String s)
Decode the given String into an object of type T.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.