Package | Description |
---|---|
org.apache.camel.component.undertow |
Modifier and Type | Method and Description |
---|---|
HttpHandlerRegistrationInfo |
UndertowEndpoint.getHttpHandlerRegistrationInfo() |
Modifier and Type | Method and Description |
---|---|
io.undertow.server.HttpHandler |
UndertowComponent.registerEndpoint(HttpHandlerRegistrationInfo registrationInfo,
SSLContext sslContext,
io.undertow.server.HttpHandler handler) |
io.undertow.server.HttpHandler |
UndertowHost.registerHandler(HttpHandlerRegistrationInfo registrationInfo,
io.undertow.server.HttpHandler handler)
Register a handler with the given
HttpHandlerRegistrationInfo . |
io.undertow.server.HttpHandler |
DefaultUndertowHost.registerHandler(HttpHandlerRegistrationInfo registrationInfo,
io.undertow.server.HttpHandler handler) |
void |
UndertowComponent.unregisterEndpoint(HttpHandlerRegistrationInfo registrationInfo,
SSLContext sslContext) |
void |
UndertowHost.unregisterHandler(HttpHandlerRegistrationInfo registrationInfo)
Unregister a handler with the given
HttpHandlerRegistrationInfo . |
void |
DefaultUndertowHost.unregisterHandler(HttpHandlerRegistrationInfo registrationInfo) |
Apache Camel