| Package | Description |
|---|---|
| io.undertow.websockets.core | |
| io.undertow.websockets.core.protocol |
| Modifier and Type | Method and Description |
|---|---|
WebSocketHandshakeException |
WebSocketMessages.missingHeader(String header) |
WebSocketHandshakeException |
WebSocketMessages.unsupportedProtocol(String requestedSubprotocols,
Set<String> subprotocols) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Handshake.selectSubprotocol(WebSocketHttpExchange exchange)
Selects the first matching supported sub protocol and add it the the headers of the exchange.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.