程序包 | 说明 |
---|---|
org.java_websocket |
限定符和类型 | 方法和说明 |
---|---|
void |
WebSocketImpl.send(byte[] bytes) |
void |
WebSocketImpl.send(java.nio.ByteBuffer bytes)
Send Binary data (plain bytes) to the other end.
|
void |
WebSocketImpl.send(java.lang.String text)
Send Text data to the other end.
|