Frames | No Frames |
Constructors with parameter type COM.claymoresystems.ptls.SSLContext | |
SSLServerSocket.SSLServerSocket(SSLContext ctx, Integer port, Integer backlog, InetAddress inetaddr) Create an SSLServerSocket specifying the port, backlog, and listen
address. | |
Create an SSLServerSocket specifying the port and backlog
| |
Create an SSLServerSocket specifying the port only
| |
Create an SSLServerSocket specifying the port, backlog, and listen
address
| |
Creates a stream socket and connects it to the specified port number at the specified IP address performing the SSL Handshake
| |
SSLSocket.SSLSocket(SSLContext ctx, InetAddress addr, int port, InetAddress localAddr, int localPort) Creates a stream socket and connects it to the specified port number at the specified IP address performing the SSL Handshake
| |
SSLSocket.SSLSocket(SSLContext ctx, InputStream input, OutputStream output, String host, int port, int how) Create an SSLSocket and connect it to the server on the
using the specified input stream and output stream
| |
Create an SSLSocket around the specified socket. | |
Create an SSLSocket and connect it to the server on the
specified host and port, doing the SSLHandshake. | |
Create an SSLSocket and connect it to the server on the
specified host and port, doing the SSLHandshake
| |
Creates a stream socket and connects it to the specified port number at the specified host, performing the SSL Handshake
|