|
WebSocket++ 0.8.3-dev
C++ websocket client/server library
|
| Nwebsocketpp | Namespace for the WebSocket++ project |
| Nconfig | |
| Casio_client | Client config with asio transport and TLS disabled |
| Ccore_client | Client config with iostream transport |
| Casio | Server config with asio transport and TLS disabled |
| Ccore | Server config with iostream transport |
| Casio_tls | Server config with asio transport and TLS enabled |
| Casio_tls_client | Client config with asio transport and TLS enabled |
| Cdebug_core | Client/Server debug config with iostream transport |
| Cdebug_asio_tls | Client/Server debug config with asio transport and TLS enabled |
| Cdebug_asio | Client/Server debug config with asio transport and TLS disabled |
| Cminimal_server | Server config with minimal dependencies |
| Ntransport | Transport policies provide network connectivity and timers |
| Nasio | Transport policy that uses asio |
| Niostream | Transport policy that uses STL iostream for I/O and does not support timers |
| Nerror | Generic transport related errors |
| Ndebug | |
| Nstub | Stub transport policy that has no input or output |
| Cbuffer | A simple utility buffer class |
| Nlib | |
| Cauto_ptr | STL class |
| 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 |
| Nhttp | HTTP handling support |
| Nparser | |
| Nerror | HTTP parser errors |
| Cexception | An exception type specific to HTTP errors |
| Nmessage_buffer | |
| Nalloc | |
| Npool | |
| Cmessage | Represents a buffer for a single WebSocket message |
| Nlog | |
| 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 |
| Calevel | Package of log levels for logging access events |
| Cstub | Stub logger that ignores all input |
| Csyslog | Basic logger that outputs to syslog |
| Nrandom | Random number generation policies |
| Nrandom_device | RNG policy based on std::random_device or boost::random_device |
| Nnone | Stub RNG policy that always returns 0 |
| Nextensions | |
| Npermessage_deflate | Implementation of RFC 7692, the permessage-deflate WebSocket extension |
| Nerror | |
| Nerror | Library level error codes |
| Ccategory | |
| Nframe | Data structures and utility functions for manipulating WebSocket frames |
| Cuint16_converter | Two byte conversion union |
| Cuint32_converter | Four byte conversion union |
| Cuint64_converter | Eight byte conversion union |
| Cbasic_header | The constant size component of a WebSocket frame header |
| Cextended_header | The variable size component of a WebSocket frame header |
| Nutility | Generic non-websocket specific utility functions and data structures |
| Cmy_equal | Helper functor for case insensitive find |
| Cci_less | Helper less than functor for case insensitive find |
| 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 |
| Nprocessor | Processors encapsulate the protocol rules specific to each WebSocket version |
| Nerror | Error code category and codes used by all processor types |
| Cprocessor | WebSocket protocol processor abstract base class |
| 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) |
| Nutf8_validator | |
| Cvalidator | Provides streaming UTF8 validation functionality |
| Nmd5 | Provides MD5 hashing functionality |
| Cmd5_state_s | |
| Cclient | Client endpoint role based on the given config |
| Cendpoint_base | Stub for user supplied base class |
| Cconnection_base | Stub for user supplied base class |
| Curi | |
| Cendpoint | Creates and manages connections associated with a WebSocket endpoint |
| Cexception | |
| Cconnection | Represents an individual WebSocket connection |
| Cserver | Server endpoint role based on the given config |
| 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::http::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 |