public class WebSocketClient
extends java.lang.Object
| Constructor and Description | 
|---|
WebSocketClient()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
open()  | 
void | 
sendTextFrame(java.lang.String text)  | 
public WebSocketClient()
                throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void open()
          throws java.io.FileNotFoundException,
                 java.lang.InterruptedException
java.io.FileNotFoundExceptionjava.lang.InterruptedExceptionpublic void close()
           throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void sendTextFrame(java.lang.String text)
                   throws java.io.IOException
java.io.IOExceptionCopyright © 2021. All Rights Reserved.