Package | Description |
---|---|
org.wildfly.extension.undertow | |
org.wildfly.mod_cluster.undertow |
Modifier and Type | Class and Description |
---|---|
class |
AjpListenerService |
class |
HttpListenerService |
class |
HttpsListenerService
An extension of
HttpListenerService to add SSL. |
Modifier and Type | Method and Description |
---|---|
List<ListenerService<?>> |
Server.getListeners() |
Modifier and Type | Method and Description |
---|---|
protected void |
Server.registerListener(ListenerService<?> listener) |
protected void |
Server.unregisterListener(ListenerService<?> listener) |
Constructor and Description |
---|
UndertowConnector(ListenerService<?> listener) |
Constructor and Description |
---|
UndertowEventHandlerAdapter(org.jboss.msc.value.Value<org.jboss.modcluster.container.ContainerEventHandler> eventHandler,
org.jboss.msc.value.Value<UndertowService> service,
org.jboss.msc.value.Value<ListenerService> listener,
org.jboss.msc.value.Value<org.jboss.as.server.suspend.SuspendController> suspendController,
int statusInterval) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.