Uses of Class
org.wildfly.extension.undertow.ListenerService
-
Packages that use ListenerService Package Description org.wildfly.extension.undertow -
-
Uses of ListenerService in org.wildfly.extension.undertow
Subclasses of ListenerService in org.wildfly.extension.undertow Modifier and Type Class Description classAjpListenerServiceclassHttpListenerServiceclassHttpsListenerServiceAn extension of {@see HttpListenerService} to add SSL.Fields in org.wildfly.extension.undertow with type parameters of type ListenerService Modifier and Type Field Description protected Consumer<ListenerService>ListenerService. serviceConsumerMethods in org.wildfly.extension.undertow with parameters of type ListenerService Modifier and Type Method Description protected voidServer. registerListener(ListenerService listener)protected voidServer. unregisterListener(ListenerService listener)Constructor parameters in org.wildfly.extension.undertow with type arguments of type ListenerService Constructor 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)
-