Class SniHandler.Selection

  • Enclosing class:
    SniHandler

    private static final class SniHandler.Selection
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) SslContext context  
      (package private) java.lang.String hostname  
    • Constructor Summary

      Constructors 
      Constructor Description
      Selection​(SslContext context, java.lang.String hostname)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hostname

        final java.lang.String hostname
    • Constructor Detail

      • Selection

        Selection​(SslContext context,
                  java.lang.String hostname)