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.URISyntaxException
public void open() throws java.io.FileNotFoundException, java.lang.InterruptedException
java.io.FileNotFoundException
java.lang.InterruptedException
public void close() throws java.lang.InterruptedException
java.lang.InterruptedException
public void sendTextFrame(java.lang.String text) throws java.io.IOException
java.io.IOException
Copyright © 2021. All Rights Reserved.