public class WebSocketHandler extends Object implements io.undertow.websockets.WebSocketConnectionCallback
| Constructor and Description |
|---|
WebSocketHandler(Class<?> controllerClass,
boolean requiresAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect(io.undertow.websockets.spi.WebSocketHttpExchange exchange,
io.undertow.websockets.core.WebSocketChannel channel) |
public WebSocketHandler(Class<?> controllerClass, boolean requiresAuthentication)
Copyright © 2016. All rights reserved.