Class ListenerRegistry.HttpUpgradeMetadata

java.lang.Object
io.undertow.server.ListenerRegistry.HttpUpgradeMetadata
Enclosing class:
ListenerRegistry

public static final class ListenerRegistry.HttpUpgradeMetadata extends Object
  • Constructor Details

    • HttpUpgradeMetadata

      public HttpUpgradeMetadata(String protocol, String subProtocol)
  • Method Details

    • getProtocol

      public String getProtocol()
    • getSubProtocol

      public String getSubProtocol()
    • getContextKeys

      public Collection<String> getContextKeys()
    • removeContextInformation

      public Object removeContextInformation(String key)
    • setContextInformation

      public Object setContextInformation(String key, Object value)
    • getContextInformation

      public Object getContextInformation(String key)