MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
evhttp_connection Struct Reference
Collaboration diagram for evhttp_connection:

Public Member Functions

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

Public Attributes

int fd
struct event ev
struct event close_ev
struct evbufferinput_buffer
struct evbufferoutput_buffer
char * bind_address
u_short bind_port
char * address
u_short port
int flags
int timeout
int retry_cnt
int retry_max
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_basebase

Detailed Description

Definition at line 53 of file http-internal.h.


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