|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Accepted client connection and its resolved transport metadata. More...
#include <native_connection.h>
Data Fields | |
| int | fd |
| NativeTransportType | transport_type |
| char * | peer_info |
| char * | local_info |
Accepted client connection and its resolved transport metadata.
Definition at line 24 of file native_connection.h.
| int NativeConnection::fd |
Connected socket file descriptor.
Definition at line 25 of file native_connection.h.
Referenced by native_connection_accept_next(), native_connection_close(), native_connection_init(), native_connection_populate_endpoint_info(), native_connection_read(), native_connection_reset(), native_connection_shutdown(), and native_connection_write().
| char* NativeConnection::local_info |
Printable local endpoint description.
Definition at line 28 of file native_connection.h.
Referenced by native_connection_init(), native_connection_local_info(), native_connection_populate_endpoint_info(), and native_connection_reset().
| char* NativeConnection::peer_info |
Printable remote endpoint description.
Definition at line 27 of file native_connection.h.
Referenced by native_connection_init(), native_connection_peer_info(), native_connection_populate_endpoint_info(), and native_connection_reset().
| NativeTransportType NativeConnection::transport_type |
Resolved socket transport type.
Definition at line 26 of file native_connection.h.
Referenced by native_connection_accept_next(), native_connection_init(), native_connection_reset(), and native_connection_transport_type().