Uses of Package
org.apache.camel.component.undertow.handlers
-
Packages that use org.apache.camel.component.undertow.handlers Package Description org.apache.camel.component.undertow org.apache.camel.component.undertow.handlers -
Classes in org.apache.camel.component.undertow.handlers used by org.apache.camel.component.undertow Class Description CamelWebSocketHandler AnHttpHandler
that delegates toWebSocketProtocolHandshakeHandler
and provides some wiring to connectUndertowConsumer
withUndertowProducer
. -
Classes in org.apache.camel.component.undertow.handlers used by org.apache.camel.component.undertow.handlers Class Description CamelMethodHandler A HttpHandler build a mapping between HTTP methods and handlers and dispatch requests along the map.CamelPathTemplateHandler Extended PathTemplateHandler to monitor add/remove handlers.