Class VertxWebsocketConstants

java.lang.Object
org.apache.camel.component.vertx.websocket.VertxWebsocketConstants

public final class VertxWebsocketConstants extends Object
  • Field Details

    • DEFAULT_VERTX_SERVER_HOST

      public static final String DEFAULT_VERTX_SERVER_HOST
      See Also:
    • DEFAULT_VERTX_SERVER_PORT

      public static final int DEFAULT_VERTX_SERVER_PORT
      See Also:
    • DEFAULT_VERTX_CLIENT_WS_PORT

      public static final int DEFAULT_VERTX_CLIENT_WS_PORT
      See Also:
    • DEFAULT_VERTX_CLIENT_WSS_PORT

      public static final int DEFAULT_VERTX_CLIENT_WSS_PORT
      See Also:
    • ORIGIN_HTTP_HEADER_NAME

      public static final String ORIGIN_HTTP_HEADER_NAME
      See Also:
    • CONNECTION_KEY

      @Metadata(description="Sends the message to the client with the given connection key. You can\nuse a comma separated list of keys to send a message to multiple clients. Note that this option only applies when producing messages to endpoints hosted by the vertx-websocket consumer and not to an externally hosted WebSocket.", javaType="String") public static final String CONNECTION_KEY
      See Also:
    • SEND_TO_ALL

      @Metadata(label="producer", description="Sends the message to all clients which are currently connected. You can\nuse the `sendToAll` option on the endpoint instead of using this header. Note that this option only applies when producing messages to endpoints hosted by the vertx-websocket consumer and not to an externally hosted WebSocket.", javaType="boolean") public static final String SEND_TO_ALL
      See Also:
    • REMOTE_ADDRESS

      @Metadata(label="consumer", description="The remote address.", javaType="io.vertx.core.net.SocketAddress") public static final String REMOTE_ADDRESS
      See Also:
    • EVENT

      @Metadata(label="consumer", description="The WebSocket event that triggered the message exchange.", javaType="org.apache.camel.component.vertx.websocket.VertxWebsocketEvent") public static final String EVENT
      See Also: