Uses of Class
io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
-
Packages that use ListenerRegistry.HttpUpgradeMetadata Package Description io.undertow.server -
-
Uses of ListenerRegistry.HttpUpgradeMetadata in io.undertow.server
Methods in io.undertow.server that return types with arguments of type ListenerRegistry.HttpUpgradeMetadata Modifier and Type Method Description java.util.Set<ListenerRegistry.HttpUpgradeMetadata>
ListenerRegistry.Listener. getHttpUpgradeMetadata()
Methods in io.undertow.server with parameters of type ListenerRegistry.HttpUpgradeMetadata Modifier and Type Method Description void
ListenerRegistry.Listener. addHttpUpgradeMetadata(ListenerRegistry.HttpUpgradeMetadata upgradeMetadata)
void
ListenerRegistry.Listener. removeHttpUpgradeMetadata(ListenerRegistry.HttpUpgradeMetadata upgradeMetadata)
-