Class UndertowConstants
java.lang.Object
org.apache.camel.component.undertow.UndertowConstants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWebSocket peers related events theUndertowConsumersends to the Camel route. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheWebSocketChannelthrough which themessagewas receivedstatic final StringAn identifier ofWebSocketChannelthrough which themessagewas received or should be sent.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringTo send to all websocket subscribers.static final Stringstatic final String -
Method Summary
-
Field Details
-
CONNECTION_KEY
An identifier ofWebSocketChannelthrough which themessagewas received or should be sent.- See Also:
-
CONNECTION_KEY_LIST
@Metadata(label="producer", description="The list of websocket connection keys", javaType="List<String>") public static final String CONNECTION_KEY_LIST- See Also:
-
SEND_TO_ALL
To send to all websocket subscribers. Can be used to configure on endpoint level, instead of having to use theUndertowConstants.SEND_TO_ALLheader on the message.- See Also:
-
EVENT_TYPE
@Metadata(label="consumer", description="The numeric identifier of the type of websocket event", javaType="Integer") public static final String EVENT_TYPE- See Also:
-
EVENT_TYPE_ENUM
@Metadata(label="consumer", description="The type of websocket event", javaType="org.apache.camel.component.undertow.UndertowConstants.EventType") public static final String EVENT_TYPE_ENUM- See Also:
-
CHANNEL
@Metadata(label="consumer", javaType="io.undertow.websockets.core.WebSocketChannel") public static final String CHANNELTheWebSocketChannelthrough which themessagewas received- See Also:
-
EXCHANGE
@Metadata(label="consumer", description="The exchange for the websocket transport, only available for ON_OPEN events", javaType="io.undertow.websockets.spi.WebSocketHttpExchange") public static final String EXCHANGE- See Also:
-
HTTP_RESPONSE_CODE
@Metadata(description="The http response code", javaType="Integer") public static final String HTTP_RESPONSE_CODE- See Also:
-
CONTENT_TYPE
@Metadata(description="The content type", javaType="String") public static final String CONTENT_TYPE- See Also:
-
HTTP_CHARACTER_ENCODING
@Metadata(label="consumer", description="The http character encoding", javaType="String") public static final String HTTP_CHARACTER_ENCODING- See Also:
-
HTTP_PATH
- See Also:
-
HTTP_QUERY
- See Also:
-
HTTP_URI
- See Also:
-
HTTP_METHOD
@Metadata(label="producer", description="The http method", javaType="String") public static final String HTTP_METHOD- See Also:
-
HOST_STRING
@Metadata(label="producer", description="The host http header", javaType="String") public static final String HOST_STRING- See Also:
-
WS_PROTOCOL
- See Also:
-
WSS_PROTOCOL
- See Also:
-