public class SSLContext extends Object
| Constructor and Description |
|---|
SSLContext(SSLParser sslParser,
ResourceResolver resourceResolver) |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(int port) |
Socket |
createSocket(InetAddress host,
int port) |
Socket |
createSocket(InetAddress host,
int port,
InetAddress addr,
int foo) |
public SSLContext(SSLParser sslParser, ResourceResolver resourceResolver)
public ServerSocket createServerSocket(int port) throws IOException
IOExceptionpublic Socket createSocket(InetAddress host, int port) throws IOException
IOExceptionpublic Socket createSocket(InetAddress host, int port, InetAddress addr, int foo) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.