Class HttpListenerService

    • Field Detail

      • httpListenerRegistry

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

      • 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)