public class SimpleSSLSocketFactory extends SSLSocketFactory implements Comparator<Object>
Constructor and Description |
---|
SimpleSSLSocketFactory() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object o1,
Object o2) |
Socket |
createSocket() |
Socket |
createSocket(InetAddress inaddr,
int i) |
Socket |
createSocket(InetAddress inaddr,
int i,
InetAddress inaddr2,
int j) |
Socket |
createSocket(Socket socket,
String s,
int i,
boolean flag) |
Socket |
createSocket(String s,
int i) |
Socket |
createSocket(String s,
int i,
InetAddress inaddr,
int j) |
static SocketFactory |
getDefault() |
String[] |
getDefaultCipherSuites() |
String[] |
getSupportedCipherSuites() |
createSocket
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static SocketFactory getDefault()
public Socket createSocket() throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(Socket socket, String s, int i, boolean flag) throws IOException
createSocket
in class SSLSocketFactory
IOException
public Socket createSocket(InetAddress inaddr, int i, InetAddress inaddr2, int j) throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(InetAddress inaddr, int i) throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(String s, int i, InetAddress inaddr, int j) throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(String s, int i) throws IOException
createSocket
in class SocketFactory
IOException
public String[] getDefaultCipherSuites()
getDefaultCipherSuites
in class SSLSocketFactory
public String[] getSupportedCipherSuites()
getSupportedCipherSuites
in class SSLSocketFactory
public int compare(Object o1, Object o2)
compare
in interface Comparator<Object>
Copyright © 2003–2019 Ignite Realtime. All rights reserved.