Class WebSocketRouting

java.lang.Object
io.helidon.webserver.websocket.WebSocketRouting
All Implemented Interfaces:
Routing, ServerLifecycle

public class WebSocketRouting extends Object implements Routing
WebSocket specific routing.
  • Method Details

    • builder

      public static WebSocketRouting.Builder builder()
      Builder for WebSocket routing.
      Returns:
      new builder
    • route

      public void route(BareRequest bareRequest, BareResponse bareResponse)
      Description copied from interface: Routing
      Process bare minimal request and response using this routing.
      Specified by:
      route in interface Routing
      Parameters:
      bareRequest - HTTP request to process
      bareResponse - HTTP response to process