Class HttpListenerService

java.lang.Object
org.wildfly.extension.undertow.ListenerService
org.wildfly.extension.undertow.HttpListenerService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<UndertowListener>, org.jboss.msc.value.Value<UndertowListener>, UndertowListener
Direct Known Subclasses:
HttpsListenerService

public class HttpListenerService extends ListenerService
Author:
Stuart Douglas, Tomaz Cerar, Richard Opalka
  • Field Details

    • httpListenerRegistry

      @Deprecated protected final org.jboss.as.server.deployment.DelegatingSupplier<io.undertow.server.ListenerRegistry> httpListenerRegistry
      Deprecated.
      Replaced by HTTP_UPGRADE_REGISTRY.getCapabilityServiceName()
  • Constructor Details

    • HttpListenerService

      public 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)
  • Method Details