| Package | Description | 
|---|---|
| io.undertow | |
| io.undertow.servlet.websockets | |
| io.undertow.websockets | |
| io.undertow.websockets.jsr | 
| Modifier and Type | Method and Description | 
|---|---|
| static WebSocketProtocolHandshakeHandler | Handlers. websocket(WebSocketConnectionCallback sessionHandler) | 
| static WebSocketProtocolHandshakeHandler | Handlers. websocket(WebSocketConnectionCallback sessionHandler, HttpHandler next) | 
| Constructor and Description | 
|---|
| WebSocketServlet(WebSocketConnectionCallback callback) | 
| Constructor and Description | 
|---|
| WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, WebSocketConnectionCallback callback)Create a new  WebSocketProtocolHandshakeHandler | 
| WebSocketProtocolHandshakeHandler(Collection<Handshake> handshakes, WebSocketConnectionCallback callback, HttpHandler next)Create a new  WebSocketProtocolHandshakeHandler | 
| WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback)Create a new  WebSocketProtocolHandshakeHandler | 
| WebSocketProtocolHandshakeHandler(WebSocketConnectionCallback callback, HttpHandler next)Create a new  WebSocketProtocolHandshakeHandler | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EndpointSessionHandlerWebSocketConnectionCallbackimplementation which will setuo theUndertowSessionand notify theEndpointabout the new session. | 
Copyright © 2015 JBoss by Red Hat. All rights reserved.