public interface WebSocketSession
void sendText(String text) throws IOException
text - 文本信息IOExceptionvoid sendBinary(byte[] data)
throws IOException
data - 二进制信息IOExceptionvoid close()
throws IOException
IOExceptionSocket getSocket()
Copyright © 2022. All rights reserved.