Class DummySSLSocketFactory


  • public class DummySSLSocketFactory
    extends javax.net.ssl.SSLSocketFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.net.ssl.SSLSocketFactory factory  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.Socket createSocket​(java.lang.String s, int i)  
      java.net.Socket createSocket​(java.lang.String s, int i, java.net.InetAddress inaddr, int j)  
      java.net.Socket createSocket​(java.net.InetAddress inaddr, int i)  
      java.net.Socket createSocket​(java.net.InetAddress inaddr, int i, java.net.InetAddress inaddr1, int j)  
      java.net.Socket createSocket​(java.net.Socket socket, java.lang.String s, int i, boolean flag)  
      static javax.net.SocketFactory getDefault()  
      java.lang.String[] getDefaultCipherSuites()  
      java.lang.String[] getSupportedCipherSuites()  
      • Methods inherited from class javax.net.ssl.SSLSocketFactory

        createSocket
      • Methods inherited from class javax.net.SocketFactory

        createSocket
      • Methods inherited from class java.lang.Object

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

      • factory

        private javax.net.ssl.SSLSocketFactory factory
    • Constructor Detail

      • DummySSLSocketFactory

        public DummySSLSocketFactory()
    • Method Detail

      • getDefault

        public static javax.net.SocketFactory getDefault()
      • createSocket

        public java.net.Socket createSocket​(java.net.Socket socket,
                                            java.lang.String s,
                                            int i,
                                            boolean flag)
                                     throws java.io.IOException
        Specified by:
        createSocket in class javax.net.ssl.SSLSocketFactory
        Throws:
        java.io.IOException
      • createSocket

        public java.net.Socket createSocket​(java.net.InetAddress inaddr,
                                            int i,
                                            java.net.InetAddress inaddr1,
                                            int j)
                                     throws java.io.IOException
        Specified by:
        createSocket in class javax.net.SocketFactory
        Throws:
        java.io.IOException
      • createSocket

        public java.net.Socket createSocket​(java.net.InetAddress inaddr,
                                            int i)
                                     throws java.io.IOException
        Specified by:
        createSocket in class javax.net.SocketFactory
        Throws:
        java.io.IOException
      • createSocket

        public java.net.Socket createSocket​(java.lang.String s,
                                            int i,
                                            java.net.InetAddress inaddr,
                                            int j)
                                     throws java.io.IOException
        Specified by:
        createSocket in class javax.net.SocketFactory
        Throws:
        java.io.IOException
      • createSocket

        public java.net.Socket createSocket​(java.lang.String s,
                                            int i)
                                     throws java.io.IOException
        Specified by:
        createSocket in class javax.net.SocketFactory
        Throws:
        java.io.IOException
      • getDefaultCipherSuites

        public java.lang.String[] getDefaultCipherSuites()
        Specified by:
        getDefaultCipherSuites in class javax.net.ssl.SSLSocketFactory
      • getSupportedCipherSuites

        public java.lang.String[] getSupportedCipherSuites()
        Specified by:
        getSupportedCipherSuites in class javax.net.ssl.SSLSocketFactory