| Package | Description |
|---|---|
| org.wildfly.extension.undertow |
| Modifier and Type | Class and Description |
|---|---|
class |
AjpListenerService |
class |
HttpListenerService |
class |
HttpsListenerService
An extension of
HttpListenerService to add SSL. |
| Modifier and Type | Field and Description |
|---|---|
protected Consumer<ListenerService> |
ListenerService.serviceConsumer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Server.registerListener(ListenerService listener) |
protected void |
Server.unregisterListener(ListenerService listener) |
| Constructor and Description |
|---|
AjpListenerService(Consumer<ListenerService> serviceConsumer,
org.jboss.as.controller.PathAddress address,
String scheme,
org.xnio.OptionMap listenerOptions,
org.xnio.OptionMap socketOptions) |
HttpListenerService(Consumer<ListenerService> serviceConsumer,
org.jboss.as.controller.PathAddress address,
String serverName,
org.xnio.OptionMap listenerOptions,
org.xnio.OptionMap socketOptions,
boolean certificateForwarding,
boolean proxyAddressForwarding,
boolean proxyProtocol) |
HttpsListenerService(Consumer<ListenerService> serviceConsumer,
org.jboss.as.controller.PathAddress address,
String serverName,
org.xnio.OptionMap listenerOptions,
String cipherSuites,
org.xnio.OptionMap socketOptions,
boolean proxyProtocol) |
ListenerService(Consumer<ListenerService> serviceConsumer,
String name,
org.xnio.OptionMap listenerOptions,
org.xnio.OptionMap socketOptions,
boolean proxyProtocol) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.