Class AcceptAllSSLSocketFactory
- java.lang.Object
-
- javax.net.SocketFactory
-
- cronapp.framework.authentication.external.AcceptAllSSLSocketFactory
-
public class AcceptAllSSLSocketFactory extends SocketFactory
-
-
Constructor Summary
Constructors Constructor Description AcceptAllSSLSocketFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketcreateSocket(String s, int i)SocketcreateSocket(String s, int i, InetAddress inetAddress, int i1)SocketcreateSocket(InetAddress inetAddress, int i)SocketcreateSocket(InetAddress inetAddress, int i, InetAddress inetAddress1, int i1)static SocketFactorygetDefault()-
Methods inherited from class javax.net.SocketFactory
createSocket
-
-
-
-
Method Detail
-
getDefault
public static SocketFactory getDefault()
-
createSocket
public Socket createSocket(String s, int i) throws IOException
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(String s, int i, InetAddress inetAddress, int i1) throws IOException
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress inetAddress, int i) throws IOException
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
createSocket
public Socket createSocket(InetAddress inetAddress, int i, InetAddress inetAddress1, int i1) throws IOException
- Specified by:
createSocketin classSocketFactory- Throws:
IOException
-
-