ACE_INet
6.1.1
|
#include <SSL_Proxy_Connector.h>
Public Member Functions | |
SSL_Proxy_Connector () | |
~SSL_Proxy_Connector () | |
int | connect (ACE_SSL_SOCK_Stream &new_stream, ACE_HANDLE proxy_handle, const ACE_Time_Value *timeout=0) |
Protected Member Functions | |
int | ssl_connect (ACE_SSL_SOCK_Stream &new_stream, const ACE_Time_Value *timeout) |
Complete non-blocking SSL active connection. |
int ACE::INet::SSL_Proxy_Connector::connect | ( | ACE_SSL_SOCK_Stream & | new_stream, |
ACE_HANDLE | proxy_handle, | ||
const ACE_Time_Value * | timeout = 0 |
||
) |
Actively connect to an already connected proxy peer, producing a connected ACE_SSL_SOCK_Stream
object if the connection succeeds. This method uses the provided connection (socket) handle to initialize the ACE_SSL_SOCK_Stream
object and than finalizes the connection by performing the SSL handshake.
int ACE::INet::SSL_Proxy_Connector::ssl_connect | ( | ACE_SSL_SOCK_Stream & | new_stream, |
const ACE_Time_Value * | timeout | ||
) | [protected] |
Complete non-blocking SSL active connection.