Package | Description |
---|---|
org.java_websocket.client | |
org.java_websocket.server |
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 © 2017. All rights reserved.