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
IOException
public Socket createSocket(InetAddress host, int port) throws IOException
IOException
public Socket createSocket(InetAddress host, int port, InetAddress addr, int foo) throws IOException
IOException
Copyright © 2012. All Rights Reserved.