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 HttpHandlerRegistrationInfoUndertowEndpoint. 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.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.
-