Package | Description |
---|---|
org.java_websocket |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketImpl.send(byte[] bytes) |
void |
WebSocketImpl.send(ByteBuffer bytes)
Send Binary data (plain bytes) to the other end.
|
void |
WebSocketImpl.send(String text)
Send Text data to the other end.
|
Copyright © 2018. All rights reserved.