Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_tcptls_session_instance Struct Reference

describes a server instance More...

#include <tcptls.h>

Data Fields

int client
 
struct ast_stroverflow_buf
 
struct ast_tcptls_session_argsparent
 
void * private_data
 
struct ast_sockaddr remote_address
 
struct ast_iostreamstream
 

Detailed Description

describes a server instance

Definition at line 150 of file tcptls.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: