Uses of Class COM.claymoresystems.ptls.SSLContext

Uses in package COM.claymoresystems.ptls

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
SSLServerSocket.SSLServerSocket(SSLContext ctx, int port, int backlog)
Create an SSLServerSocket specifying the port only
SSLServerSocket.SSLServerSocket(SSLContext ctx, int port, int backlog, InetAddress inetaddr)
Create an SSLServerSocket specifying the port, backlog, and listen address
SSLSocket.SSLSocket(SSLContext ctx, InetAddress addr, int port)
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
SSLSocket.SSLSocket(SSLContext ctx, Socket sock, String host, int port, int how)
Create an SSLSocket around the specified socket.
SSLSocket.SSLSocket(SSLContext ctx, String remote_addr, Integer remote_port)
Create an SSLSocket and connect it to the server on the specified host and port, doing the SSLHandshake.
SSLSocket.SSLSocket(SSLContext ctx, String remote_addr, int port)
Create an SSLSocket and connect it to the server on the specified host and port, doing the SSLHandshake
SSLSocket.SSLSocket(SSLContext ctx, String host, int port, InetAddress localAddr, int localPort)
Creates a stream socket and connects it to the specified port number at the specified host, performing the SSL Handshake

Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.