#include <SSL_SOCK.h>
Inheritance diagram for ACE_SSL_SOCK:
Public Member Functions | |
~ACE_SSL_SOCK (void) | |
Default destructor. | |
int | set_option (int level, int option, void *optval, int optlen) const |
int | get_option (int level, int option, void *optval, int *optlen) const |
int | enable (int value) const |
int | disable (int value) const |
void | set_handle (ACE_HANDLE) |
ACE_HANDLE | get_handle (void) const |
int | control (int cmd, void *arg) const |
Protected Member Functions | |
ACE_SSL_SOCK (void) |
This class provides functions that are common to all of the ACE_SSL_SOCK_* classes. ACE_SSL_SOCK provides the ability to get and set socket options, get the local and remote addresses, and close the socket.
|
Default destructor.
|
|
Default constructor is private to prevent instances of this class from being defined. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_IPC_SAP. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_IPC_SAP. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_IPC_SAP. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_IPC_SAP. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_SOCK. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_SSL_SOCK_Stream. |
|
Override ACE_SOCK base class implementations with these SSL specific ones. Reimplemented from ACE_SOCK. |