Interface HttpServer.WebSocketHandler

Enclosing class:
HttpServer

public static interface HttpServer.WebSocketHandler

Chooses the websocket endpoint for an upgrade request, or null when this router does not serve that path.

The same "null means not mine" the Handler chain uses, so a generated router can answer for the routes it knows and leave the rest alone.