public interface WebSocketClient
Modifier and Type | Method and Description |
---|---|
void |
closeNativeClient() |
void |
connectNativeClient() |
boolean |
isNativeClientConnected() |
void |
sendTextMessage(String jsonMessage) |
void sendTextMessage(String jsonMessage) throws IOException
IOException
void closeNativeClient()
boolean isNativeClientConnected()
void connectNativeClient() throws TimeoutException, Exception
TimeoutException
Exception
Copyright © 2017 Kurento. All rights reserved.