public class WebSocketServer
extends java.lang.Object
Note: this uses the Jetty WebSocket API, not the javax.websocket API.
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketServer.EchoServlet
Servlet layer
|
static class |
WebSocketServer.EchoSocket
Example of a Jetty API WebSocket Echo Socket
|
| Constructor and Description |
|---|
WebSocketServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
Copyright © 1995–2021 Webtide. All rights reserved.