public class WebSocketRequestHandler extends Object implements Handler<HttpServerRequest>
Handler<HttpServerRequest> decorator that handles ServerWebSocket dispatch to a WebSocket handler
when necessary.| Modifier and Type | Method and Description |
|---|---|
void |
handle(HttpServerRequest req)
Something has happened, so handle it.
|
public void handle(HttpServerRequest req)
Handlerhandle in interface Handler<HttpServerRequest>req - the event to handleCopyright © 2020. All rights reserved.