Class WebSocketClientEndpointConfiguration

All Implemented Interfaces:
EndpointConfiguration, PollableEndpointConfiguration, WebSocketEndpointConfiguration

public class WebSocketClientEndpointConfiguration extends AbstractWebSocketEndpointConfiguration
Web socket endpoint configuration for client side web socket communication.
Since:
2.3
Author:
Martin Maher
  • Constructor Details

    • WebSocketClientEndpointConfiguration

      public WebSocketClientEndpointConfiguration()
  • Method Details

    • getHandler

      public CitrusWebSocketHandler getHandler()
      Description copied from interface: WebSocketEndpointConfiguration
      Gets or constructs new web socket handler.
      Returns:
    • setHandler

      public void setHandler(CitrusWebSocketHandler handler)
      Description copied from interface: WebSocketEndpointConfiguration
      Sets web socket handler.
    • setClient

      public void setClient(org.springframework.web.socket.client.WebSocketClient client)
      Sets the web socket client.
      Parameters:
      client -
    • getWebSocketHttpHeaders

      public org.springframework.web.socket.WebSocketHttpHeaders getWebSocketHttpHeaders()
      Gets the webSocketHttpHeaders.
      Returns:
    • setWebSocketHttpHeaders

      public void setWebSocketHttpHeaders(org.springframework.web.socket.WebSocketHttpHeaders webSocketHttpHeaders)
      Sets the webSocketHttpHeaders.
      Parameters:
      webSocketHttpHeaders -