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.HttpHandlerUndertowComponent.registerEndpoint(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, SSLContext sslContext, io.undertow.server.HttpHandler handler) io.undertow.server.HttpHandlerDefaultUndertowHost.registerHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, io.undertow.server.HttpHandler handler) io.undertow.server.HttpHandlerUndertowHost.registerHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, io.undertow.server.HttpHandler handler) Register a handler with the givenHttpHandlerRegistrationInfo.voidUndertowComponent.unregisterEndpoint(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo, SSLContext sslContext) voidDefaultUndertowHost.unregisterHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo) voidUndertowHost.unregisterHandler(UndertowConsumer consumer, HttpHandlerRegistrationInfo registrationInfo) Unregister a handler with the givenHttpHandlerRegistrationInfo.