Collaboration diagram for ConnHandler:
Data Fields | |
int | socket |
current communication socket. | |
sockaddr_in | client_addr |
information about current connection. | |
int | client_addr_len |
length of the above. | |
int | error |
contains unix error code if error occured. | |
time_t | stamp |
time stamp of last data communication. | |
HttpProtHandler | prot_handler |
the current request's header. | |
Buffer | recv_buf |
received data buffer. | |
Buffer * | send_buf |
buffer with data queued to send. |
Definition at line 69 of file conn_handler.c.