public interface WebsocketClientWriter
Modifier and Type | Method and Description |
---|---|
void |
closeConnection()
Closes the WebSocket connection.
|
void |
sendMessage(byte[] message)
Sends a binary message to the endpoint
|
void |
sendMessage(String message)
Sends a text message to the endpoint.
|
void sendMessage(String message)
void sendMessage(byte[] message)
void closeConnection()
Copyright © 2019. All rights reserved.