Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

ConnHandler Struct Reference

holds a connections handler's internal state. More...

Collaboration diagram for ConnHandler:

Collaboration graph
[legend]

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.

Buffersend_buf
 buffer with data queued to send.


Detailed Description

holds a connections handler's internal state.

Definition at line 69 of file conn_handler.c.


The documentation for this struct was generated from the following file:
Generated on Fri Jan 25 22:41:04 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001