Class SslContextFactory.AliasSNIMatcher

  • Enclosing class:
    SslContextFactory

    static class SslContextFactory.AliasSNIMatcher
    extends javax.net.ssl.SNIMatcher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _host  
    • Constructor Summary

      Constructors 
      Constructor Description
      AliasSNIMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHost()  
      boolean matches​(javax.net.ssl.SNIServerName serverName)  
      • Methods inherited from class javax.net.ssl.SNIMatcher

        getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _host

        private java.lang.String _host
    • Constructor Detail

      • AliasSNIMatcher

        AliasSNIMatcher()
    • Method Detail

      • matches

        public boolean matches​(javax.net.ssl.SNIServerName serverName)
        Specified by:
        matches in class javax.net.ssl.SNIMatcher
      • getHost

        public java.lang.String getHost()