Asterisk - The Open Source Telephony Project
21.4.1
|
describes a server instance More...
#include <tcptls.h>
Data Fields | |
int | client |
struct ast_str * | overflow_buf |
struct ast_tcptls_session_args * | parent |
void * | private_data |
struct ast_sockaddr | remote_address |
struct ast_iostream * | stream |
void* private_data |
ao2 object private data of parent->worker_fn
Definition at line 163 of file tcptls.h.
Referenced by ast_http_body_discard(), ast_http_body_read_status(), ast_http_get_contents(), ast_http_request_close_on_completion(), and ast_http_send().
struct ast_iostream* stream |
ao2 stream object associated with this session.
Definition at line 161 of file tcptls.h.
Referenced by ast_http_send(), ast_tcptls_client_create(), ast_tcptls_close_session_file(), astman_append(), handle_tcptls_connection(), and session_do().