| Interface | Description |
|---|---|
| ExtendedWebSocketCallback |
An extension of
WebSocketCallback that adds a notification for the situation when a WebSocketChannel
is closed before any message could be sent to it. |
| Class | Description |
|---|---|
| CamelMethodHandler |
A HttpHandler build a mapping between HTTP methods and handlers and dispatch requests along the map.
|
| CamelPathHandler |
Extended PathHandler to monitor add/remove handlers.
|
| CamelPathTemplateHandler |
Extended PathTemplateHandler to monitor add/remove handlers.
|
| CamelRootHandler |
Custom root handler to enable hot swapping individual handlers assigned for each path template and/or HTTP method.
|
| CamelWebSocketHandler |
An
HttpHandler that delegates to WebSocketProtocolHandshakeHandler and provides some wiring to
connect UndertowConsumer with UndertowProducer. |
| NotFoundHandler |
Custom handler to inform client that no matching path was found
|
| RestConsumerPath | |
| RestRootHandler |
Root handler for Camel rest-dsl.
|
Apache Camel