@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface WebsocketEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointBuilder
Advanced builder for endpoint for the Jetty Websocket component.
|
static interface |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Jetty Websocket
component.
|
static interface |
WebsocketEndpointBuilderFactory.AdvancedWebsocketEndpointProducerBuilder
Advanced builder for endpoint producers for the Jetty Websocket
component.
|
static interface |
WebsocketEndpointBuilderFactory.WebsocketBuilders |
static interface |
WebsocketEndpointBuilderFactory.WebsocketEndpointBuilder
Builder for endpoint for the Jetty Websocket component.
|
static interface |
WebsocketEndpointBuilderFactory.WebsocketEndpointConsumerBuilder
Builder for endpoint consumers for the Jetty Websocket component.
|
static interface |
WebsocketEndpointBuilderFactory.WebsocketEndpointProducerBuilder
Builder for endpoint producers for the Jetty Websocket component.
|
| Modifier and Type | Method and Description |
|---|---|
static WebsocketEndpointBuilderFactory.WebsocketEndpointBuilder |
websocket(String path)
Jetty Websocket (camel-websocket)
The websocket component provides websocket endpoints with Jetty for
communicating with clients using websocket.
|
static WebsocketEndpointBuilderFactory.WebsocketEndpointBuilder websocket(String path)
websocket:host:port/resourceUri
Path parameter: host
The hostname. The default value is 0.0.0.0. Setting this option on the
component will use the component configured value as default.
Default value: 0.0.0.0
Path parameter: port
The port number. The default value is 9292. Setting this option on the
component will use the component configured value as default.
Default value: 9292
Path parameter: resourceUri (required)
Name of the websocket channel to useApache Camel