public interface WebsocketPeerManager
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection()
Closes the connection with the peer.
|
void |
sendMessage(byte[] bytes)
Sends a byte array message to the peer.
|
void |
sendMessage(String message)
Sends a String message to the peer.
|
void sendMessage(String message)
void sendMessage(byte[] bytes)
void closeConnection()
Copyright © 2019. All rights reserved.