Package io.undertow.server
Class ListenerRegistry.Listener
java.lang.Object
io.undertow.server.ListenerRegistry.Listener
- Enclosing class:
- ListenerRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionListener
(String protocol, String name, String serverName, InetSocketAddress bindAddress) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addHttpUpgradeMetadata
(ListenerRegistry.HttpUpgradeMetadata upgradeMetadata) The address that this listener is bound togetName()
The optional listener name;The protocol that this listener is usingThe server namevoid
removeHttpUpgradeMetadata
(ListenerRegistry.HttpUpgradeMetadata upgradeMetadata) setContextInformation
(String key, Object value)
-
Constructor Details
-
Listener
-
-
Method Details
-
getProtocol
The protocol that this listener is using -
getName
The optional listener name; -
getServerName
The server name -
getBindAddress
The address that this listener is bound to -
getContextKeys
-
removeContextInformation
-
setContextInformation
-
getContextInformation
-
addHttpUpgradeMetadata
-
removeHttpUpgradeMetadata
-
getHttpUpgradeMetadata
-