|
WebSocket++
0.8.3-dev
C++ websocket client/server library
|
| ▼Nwebsocketpp | Namespace for the WebSocket++ project |
| ▼Nclose | A package of types and methods for manipulating WebSocket close codes |
| Ccode_converter | Type used to convert close statuses between integer and wire representations |
| ▼Nconcurrency | Concurrency handling support |
| ►Nnone_impl | Implementation for no-op locking primitives |
| Cbasic | Concurrency policy that uses std::mutex / boost::mutex |
| Cnone | Stub concurrency policy that implements the interface using no-ops |
| ▼Nconfig | |
| ►Casio | Server config with asio transport and TLS disabled |
| ►Casio_client | Client config with asio transport and TLS disabled |
| ►Casio_tls | Server config with asio transport and TLS enabled |
| ►Casio_tls_client | Client config with asio transport and TLS enabled |
| ►Ccore | Server config with iostream transport |
| ►Ccore_client | Client config with iostream transport |
| ►Cdebug_asio | Client/Server debug config with asio transport and TLS disabled |
| ►Cdebug_asio_tls | Client/Server debug config with asio transport and TLS enabled |
| ►Cdebug_core | Client/Server debug config with iostream transport |
| ►Cminimal_server | Server config with minimal dependencies |
| ▼Nerror | Library level error codes |
| Ccategory | |
| ▼Nextensions | |
| ►Nerror | |
| ►Npermessage_deflate | Implementation of RFC 7692, the permessage-deflate WebSocket extension |
| ▼Nframe | Data structures and utility functions for manipulating WebSocket frames |
| Cbasic_header | The constant size component of a WebSocket frame header |
| Cextended_header | The variable size component of a WebSocket frame header |
| Cuint16_converter | Two byte conversion union |
| Cuint32_converter | Four byte conversion union |
| Cuint64_converter | Eight byte conversion union |
| ▼Nhttp | HTTP handling support |
| ►Nerror | HTTP parser errors |
| ►Nparser | |
| Cexception | An exception type specific to HTTP errors |
| ▼Nlog | |
| Calevel | Package of log levels for logging access events |
| Cbasic | Basic logger that outputs to an ostream |
| Cchannel_type_hint | Package of values for hinting at the nature of a given logger |
| Celevel | Package of log levels for logging errors |
| Cstub | Stub logger that ignores all input |
| Csyslog | Basic logger that outputs to syslog |
| ▼Nmd5 | Provides MD5 hashing functionality |
| Cmd5_state_s | |
| ▼Nmessage_buffer | |
| ►Nalloc | |
| ►Npool | |
| Cmessage | Represents a buffer for a single WebSocket message |
| ▼Nprocessor | Processors encapsulate the protocol rules specific to each WebSocket version |
| ►Nerror | Error code category and codes used by all processor types |
| Chybi00 | Processor for Hybi Draft version 00 |
| Chybi07 | Processor for Hybi Draft version 07 |
| Chybi08 | Processor for Hybi Draft version 08 |
| ►Chybi13 | Processor for Hybi version 13 (RFC6455) |
| Cprocessor | WebSocket protocol processor abstract base class |
| ▼Nrandom | Random number generation policies |
| ►Nnone | Stub RNG policy that always returns 0 |
| ►Nrandom_device | RNG policy based on std::random_device or boost::random_device |
| ▼Ntransport | Transport policies provide network connectivity and timers |
| ►Nasio | Transport policy that uses asio |
| ►Ndebug | |
| ►Nerror | Generic transport related errors |
| ►Niostream | Transport policy that uses STL iostream for I/O and does not support timers |
| ►Nstub | Stub transport policy that has no input or output |
| Cbuffer | A simple utility buffer class |
| ▼Nutf8_validator | |
| Cvalidator | Provides streaming UTF8 validation functionality |
| ▼Nutility | Generic non-websocket specific utility functions and data structures |
| ►Cci_less | Helper less than functor for case insensitive find |
| Cmy_equal | Helper functor for case insensitive find |
| Cclient | Client endpoint role based on the given config |
| Cconnection | Represents an individual WebSocket connection |
| Cconnection_base | Stub for user supplied base class |
| Cendpoint | Creates and manages connections associated with a WebSocket endpoint |
| Cendpoint_base | Stub for user supplied base class |
| Cexception | |
| Cserver | Server endpoint role based on the given config |
| Curi | |
| Cbroadcast_server | |
| Cconnection_metadata | |
| Ccount_server | |
| Cis_error_code_enum< websocketpp::error::value > | |
| Cis_error_code_enum< websocketpp::extensions::error::value > | |
| Cis_error_code_enum< websocketpp::extensions::permessage_deflate::error::value > | |
| Cis_error_code_enum< websocketpp::processor::error::processor_errors > | |
| Cis_error_code_enum< websocketpp::transport::asio::error::value > | |
| Cis_error_code_enum< websocketpp::transport::debug::error::value > | |
| Cis_error_code_enum< websocketpp::transport::error::value > | |
| Cis_error_code_enum< websocketpp::transport::iostream::error::value > | |
| Cis_error_code_enum< websocketpp::transport::stub::error::value > | |
| Cutility_server | |
| Cwebsocket_endpoint |
1.8.18