public class SSLSocketFactoryExt extends SSLSocketFactory
| Constructor and Description |
|---|
SSLSocketFactoryExt(SSLSocketFactory factory,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress localHost,
int port) |
Socket |
createSocket(InetAddress localHost,
int localPort,
InetAddress localHost1,
int localPort1) |
Socket |
createSocket(Socket socket,
String host,
int port,
boolean autoClose) |
Socket |
createSocket(String host,
int port) |
Socket |
createSocket(String host,
int port,
InetAddress localHost,
int localPort) |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
createSocket, getDefaultpublic SSLSocketFactoryExt(SSLSocketFactory factory, String host, int port)
public String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(Socket socket, String host, int port, boolean autoClose) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic Socket createSocket(String host, int port) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress localHost, int port) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress localHost, int localPort, InetAddress localHost1, int localPort1) throws IOException
createSocket in class SocketFactoryIOExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.