Skip to content

File cas_ssl.h

FileList > broker > cas_ssl.h

Go to the source code of this file

Public Attributes

Type Name
bool ssl_client

Public Functions

Type Name
int cas_init_ssl (int sd)
void cas_ssl_close (int client_sock_fd)
int cas_ssl_read (int sd, char * buf, int size)
int cas_ssl_write (int sd, const char * buf, int size)
bool is_ssl_data_ready (int sock_fd)

Public Attributes Documentation

variable ssl_client

bool ssl_client;

Public Functions Documentation

function cas_init_ssl

int cas_init_ssl (
    int sd
) 

function cas_ssl_close

void cas_ssl_close (
    int client_sock_fd
) 

function cas_ssl_read

int cas_ssl_read (
    int sd,
    char * buf,
    int size
) 

function cas_ssl_write

int cas_ssl_write (
    int sd,
    const  char * buf,
    int size
) 

function is_ssl_data_ready

bool is_ssl_data_ready (
    int sock_fd
) 


The documentation for this class was generated from the following file cubrid/src/broker/cas_ssl.h