public class DummySSLSocketFactory extends SSLSocketFactory
| Modifier and Type | Field and Description |
|---|---|
private SSLSocketFactory |
delegate
The delegate.
|
private static SocketFactory |
instance
The default instance.
|
| Constructor and Description |
|---|
DummySSLSocketFactory()
Creates a new instance of DummySSLSocketFactory.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket(InetAddress arg0,
int arg1) |
Socket |
createSocket(InetAddress arg0,
int arg1,
InetAddress arg2,
int arg3) |
Socket |
createSocket(Socket arg0,
String arg1,
int arg2,
boolean arg3) |
Socket |
createSocket(String arg0,
int arg1) |
Socket |
createSocket(String arg0,
int arg1,
InetAddress arg2,
int arg3) |
static SocketFactory |
getDefault()
Gets the default instance.
|
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
createSocketcreateSocketprivate static SocketFactory instance
private SSLSocketFactory delegate
public DummySSLSocketFactory()
public static SocketFactory getDefault()
public String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorySSLSocketFactory.getDefaultCipherSuites()public String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorySSLSocketFactory.getSupportedCipherSuites()public Socket createSocket(Socket arg0, String arg1, int arg2, boolean arg3) throws IOException
createSocket in class SSLSocketFactoryIOExceptionSSLSocketFactory.createSocket(java.net.Socket, java.lang.String, int, boolean)public Socket createSocket(String arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(java.lang.String, int)public Socket createSocket(InetAddress arg0, int arg1) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(java.net.InetAddress, int)public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(java.lang.String, int, java.net.InetAddress, int)public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException
createSocket in class SocketFactoryIOExceptionSocketFactory.createSocket(java.net.InetAddress, int, java.net.InetAddress, int)Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.