| Examples |
| services::basic_logger< Service > | Class to provide simple logging functionality. Use the services::logger typedef |
| enable_shared_from_this | |
| noncopyable | |
| s11n_example::client | Downloads stock quote information from a server |
| s11n_example::connection | The connection class provides serialization primitives on top of a socket |
| http::server::connection | Represents a single connection from a client |
| http::server::connection_manager | Manages open connections so that they may be cleanly stopped when the server needs to shut down |
| http::server::header | |
| services::logger_service | Service implementation for the logger |
| services::logger_service::logger_impl | The backend implementation of a logger |
| http::server::mime_types::mapping | |
| noncopyable | |
| http::server::reply | A reply to be sent to a client |
| http::server::request | A request received from a client |
| http::server::request_handler | The common handler for all incoming requests |
| http::server::request_parser | Parser for incoming requests |
| s11n_example::server | Serves stock quote information to any client that connects to it |
| http::server::server | The top-level class of the HTTP server |
| s11n_example::stock | Structure to hold information about a single stock |
| services::stream_socket_service< Protocol > | Debugging stream socket service that wraps the normal stream socket service |
| services::stream_socket_service< Protocol >::connect_handler< Handler > | Handler to wrap asynchronous connect completion |
| services::stream_socket_service< Protocol >::receive_handler< Handler > | Handler to wrap asynchronous receive completion |
| services::stream_socket_service< Protocol >::send_handler< Handler > | Handler to wrap asynchronous send completion |