Package io.micronaut.servlet.http.websocket
package io.micronaut.servlet.http.websocket
Container neutral support for switching a servlet request over to the WebSocket protocol.
- Since:
- 6.2.0
- Author:
- graemerocher
-
ClassDescriptionStrategy for switching a matched WebSocket upgrade request over to a WebSocket implementation once the Micronaut filter chain has approved the handshake.Runs the Micronaut server filter chain against a WebSocket upgrade request so that filters and security see the handshake before the connection is switched over to the WebSocket protocol.