Libevent Code Doxygen document
Public Member Functions | Public Attributes | List of all members
evhttp_connection Struct Reference
Collaboration diagram for evhttp_connection:
Collaboration graph
[legend]

Public Member Functions

 TAILQ_ENTRY (evhttp_connection) next
 
 TAILQ_HEAD (evcon_requestq, evhttp_request) requests
 

Public Attributes

evutil_socket_t fd
 
struct buffereventbufev
 
struct event retry_ev
 
char * bind_address
 
ev_uint16_t bind_port
 
char * address
 
ev_uint16_t port
 
size_t max_headers_size
 
ev_uint64_t max_body_size
 
int flags
 
struct timeval timeout
 
int retry_cnt
 
int retry_max
 
struct timeval initial_retry_timeout
 
enum evhttp_connection_state state
 
struct evhttphttp_server
 
void(* cb )(struct evhttp_connection *, void *)
 
void * cb_arg
 
void(* closecb )(struct evhttp_connection *, void *)
 
void * closecb_arg
 
struct event_callback read_more_deferred_cb
 
struct event_basebase
 
struct evdns_basedns_base
 
int ai_family
 

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