Uses of Class
org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
Packages that use HttpHandlerRegistrationInfo
-
Uses of HttpHandlerRegistrationInfo in org.apache.camel.component.undertow
Methods in org.apache.camel.component.undertow that return HttpHandlerRegistrationInfoMethods in org.apache.camel.component.undertow that return types with arguments of type HttpHandlerRegistrationInfoMethods in org.apache.camel.component.undertow with parameters of type HttpHandlerRegistrationInfoModifier and TypeMethodDescriptionio.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
.