Class ListenerRegistry.Listener

  • Enclosing class:
    ListenerRegistry

    public static final class ListenerRegistry.Listener
    extends java.lang.Object
    • Constructor Detail

      • Listener

        public Listener​(java.lang.String protocol,
                        java.lang.String name,
                        java.lang.String serverName,
                        java.net.InetSocketAddress bindAddress)
    • Method Detail

      • getProtocol

        public java.lang.String getProtocol()
        The protocol that this listener is using
      • getName

        public java.lang.String getName()
        The optional listener name;
      • getServerName

        public java.lang.String getServerName()
        The server name
      • getBindAddress

        public java.net.InetSocketAddress getBindAddress()
        The address that this listener is bound to
      • getContextKeys

        public java.util.Collection<java.lang.String> getContextKeys()
      • removeContextInformation

        public java.lang.Object removeContextInformation​(java.lang.String key)
      • setContextInformation

        public java.lang.Object setContextInformation​(java.lang.String key,
                                                      java.lang.Object value)
      • getContextInformation

        public java.lang.Object getContextInformation​(java.lang.String key)