public static interface JSR356WebSocketEndpointBuilderFactory.JSR356WebSocketBuilders
| Modifier and Type | Method and Description |
|---|---|
default JSR356WebSocketEndpointBuilderFactory.JSR356WebSocketEndpointBuilder |
websocketJsr356(String path)
Javax Websocket (camel-websocket-jsr356)
Camel WebSocket using JSR356 (javax)
Category: http
Since: 2.23
Maven coordinates: org.apache.camel:camel-websocket-jsr356
Syntax:
websocket-jsr356:uri
Path parameter: uri
If a schemeless URI path is provided, a ServerEndpoint is deployed
under that path. |
default JSR356WebSocketEndpointBuilderFactory.JSR356WebSocketEndpointBuilder websocketJsr356(String path)
websocket-jsr356:uri
Path parameter: uri
If a schemeless URI path is provided, a ServerEndpoint is deployed
under that path. Else if the URI is prefixed with the 'ws://' scheme,
then a connection is established to the corresponding serverApache Camel