Uses of Class
org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
-
Packages that use HttpHandlerRegistrationInfo Package Description org.apache.camel.component.undertow -
-
Uses of HttpHandlerRegistrationInfo in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow that return HttpHandlerRegistrationInfo Modifier and Type Method Description HttpHandlerRegistrationInfo
UndertowEndpoint. getHttpHandlerRegistrationInfo()
Methods in org.apache.camel.component.undertow that return types with arguments of type HttpHandlerRegistrationInfo Modifier and Type Method Description Set<HttpHandlerRegistrationInfo>
UndertowComponent. getHandlers()
Methods in org.apache.camel.component.undertow with parameters of type HttpHandlerRegistrationInfo 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
.
-