Package | Description |
---|---|
org.java_websocket.client |
This package encapsulates all implementations in relation with the WebSocketClient.
|
org.java_websocket.server |
This package encapsulates all implementations in relation with the WebSocketServer.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClient
A subclass must implement at least onOpen, onClose, and
onMessage to be useful.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServer
WebSocketServer is an abstract class that only takes care of the
HTTP handshake portion of WebSockets.
|
Copyright © 2022. All rights reserved.