Package | Description |
---|---|
bayou.websocket |
WebSocket server.
|
Modifier and Type | Method and Description |
---|---|
FunctionX<WebSocketChannel,Async<?>> |
WebSocketResponse.Accept.getChannelHandler()
The channelHandler.
|
Modifier and Type | Method and Description |
---|---|
static WebSocketResponse.Accept |
WebSocketResponse.accept(FunctionX<WebSocketChannel,Async<?>> channelHandler)
Create an Accept response.
|
Constructor and Description |
---|
Accept(String subprotocol,
FunctionX<WebSocketChannel,Async<?>> channelHandler)
Create an Accept response.
|