public class SSLSocketFactoryEx extends SSLSocketFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
SSLSocketFactoryEx.SSLChannelMode |
| Constructor and Description |
|---|
SSLSocketFactoryEx(SSLSocketFactoryEx.SSLChannelMode channelMode) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress host,
int port) |
Socket |
createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort) |
Socket |
createSocket(Socket s,
String host,
int port,
boolean autoClose) |
Socket |
createSocket(String host,
int port) |
Socket |
createSocket(String host,
int port,
InetAddress localHost,
int localPort) |
String[] |
getDefaultCipherSuites() |
static SSLSocketFactoryEx |
getDefaultFactory(SSLSocketFactoryEx.SSLChannelMode sslChannelMode) |
String[] |
getSupportedCipherSuites() |
String |
getUserAgent() |
createSocket, getDefaultpublic SSLSocketFactoryEx(SSLSocketFactoryEx.SSLChannelMode channelMode) throws IOException
IOExceptionpublic static SSLSocketFactoryEx getDefaultFactory(SSLSocketFactoryEx.SSLChannelMode sslChannelMode) throws IOException
IOExceptionpublic String getUserAgent()
public String[] getDefaultCipherSuites()
getDefaultCipherSuites in class SSLSocketFactorypublic String[] getSupportedCipherSuites()
getSupportedCipherSuites in class SSLSocketFactorypublic Socket createSocket() throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(Socket s, String host, int port, boolean autoClose) throws IOException
createSocket in class SSLSocketFactoryIOExceptionpublic Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress host, int port) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(String host, int port) throws IOException
createSocket in class SocketFactoryIOExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.