Class SNIHelper

java.lang.Object
com.neovisionaries.ws.client.SNIHelper

class SNIHelper extends Object
  • Field Details

    • sSNIHostNameConstructor

      private static Constructor<?> sSNIHostNameConstructor
    • sSetServerNamesMethod

      private static Method sSetServerNamesMethod
  • Constructor Details

    • SNIHelper

      SNIHelper()
  • Method Details

    • initialize

      private static void initialize() throws Exception
      Throws:
      Exception
    • createSNIHostName

      private static Object createSNIHostName(String hostname)
    • createSNIHostNames

      private static List<Object> createSNIHostNames(String[] hostnames)
    • setServerNames

      private static void setServerNames(SSLParameters parameters, String[] hostnames)
    • setServerNames

      static void setServerNames(Socket socket, String[] hostnames)
    • getAndroidSDKVersion

      public static int getAndroidSDKVersion()