Class AbstractWebsocketClient.ClientHandshakeConfigurator

java.lang.Object
jakarta.websocket.ClientEndpointConfig.Configurator
io.fluxzero.sdk.common.websocket.AbstractWebsocketClient.ClientHandshakeConfigurator
Enclosing class:
AbstractWebsocketClient

protected static class AbstractWebsocketClient.ClientHandshakeConfigurator extends jakarta.websocket.ClientEndpointConfig.Configurator
  • Constructor Details

    • ClientHandshakeConfigurator

      protected ClientHandshakeConfigurator()
  • Method Details

    • beforeRequest

      public void beforeRequest(Map<String, List<String>> headers)
      Overrides:
      beforeRequest in class jakarta.websocket.ClientEndpointConfig.Configurator
    • afterResponse

      public void afterResponse(jakarta.websocket.HandshakeResponse response)
      Overrides:
      afterResponse in class jakarta.websocket.ClientEndpointConfig.Configurator