- All Implemented Interfaces:
- org.jboss.msc.service.Service<io.undertow.server.ListenerRegistry>, org.jboss.msc.value.Value<io.undertow.server.ListenerRegistry>
public class HttpListenerRegistryService
extends Object
implements org.jboss.msc.service.Service<io.undertow.server.ListenerRegistry>
Service that maintains a registry of all Undertow listeners, and the services that are registered on them.
TODO: not sure if this really belongs here conceptually, but in practice it is only used to match upgrade handlers with listeners
- Author:
- Stuart Douglas