| 接口 | 说明 |
|---|---|
| WebSocketServer.WebSocketServerFactory |
Interface to encapsulate the required methods for a websocket factory
|
| 类 | 说明 |
|---|---|
| CustomSSLWebSocketServerFactory |
WebSocketFactory that can be configured to only support specific protocols and cipher suites.
|
| DefaultSSLWebSocketServerFactory | |
| DefaultWebSocketServerFactory | |
| WebSocketServer |
WebSocketServer is an abstract class that only takes care of the
HTTP handshake portion of WebSockets.
|