Uses of Class
org.apache.camel.component.undertow.UndertowConsumer
-
Packages that use UndertowConsumer Package Description org.apache.camel.component.undertow org.apache.camel.component.undertow.handlers -
-
Uses of UndertowConsumer in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow with parameters of type UndertowConsumer Modifier and Type Method Description io.undertow.server.HttpHandler
UndertowComponent. registerEndpoint(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, SSLContext sslContext, io.undertow.server.HttpHandler handler)
io.undertow.server.HttpHandler
DefaultUndertowHost. registerHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, io.undertow.server.HttpHandler handler)
io.undertow.server.HttpHandler
UndertowHost. registerHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, io.undertow.server.HttpHandler handler)
Register a handler with the givenHttpHandlerRegistrationInfo
.void
UndertowComponent. unregisterEndpoint(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, SSLContext sslContext)
void
DefaultUndertowHost. unregisterHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo)
void
UndertowHost. unregisterHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo)
Unregister a handler with the givenHttpHandlerRegistrationInfo
. -
Uses of UndertowConsumer in org.apache.camel.component.undertow.handlers
Methods in org.apache.camel.component.undertow.handlers that return UndertowConsumer Modifier and Type Method Description UndertowConsumer
RestConsumerPath. getConsumer()
Methods in org.apache.camel.component.undertow.handlers with parameters of type UndertowConsumer Modifier and Type Method Description void
RestRootHandler. addConsumer(UndertowConsumer consumer)
Adds the given consumer.void
RestRootHandler. removeConsumer(UndertowConsumer consumer)
Removes the given consumervoid
CamelWebSocketHandler. setConsumer(UndertowConsumer consumer)
Constructors in org.apache.camel.component.undertow.handlers with parameters of type UndertowConsumer Constructor Description RestConsumerPath(UndertowConsumer consumer)
-