Class WebSocketAwareResourceIsolationRequestCycleListener

java.lang.Object
org.apache.wicket.protocol.http.ResourceIsolationRequestCycleListener
org.apache.wicket.protocol.ws.WebSocketAwareResourceIsolationRequestCycleListener
All Implemented Interfaces:
IRequestCycleListener

A specialization of ResourceIsolationRequestCycleListener that should be used when the application uses Web Sockets.

The HTTP upgrade request brings Origin and/or Fetch Metadata in its headers, but any Web socket frame doesn't bring it so WebSocketRequestHandler and WebSocketMessageBroadcastHandler should be ignored.