|
WebSocket++ 0.8.3-dev
C++ websocket client/server library
|
| Nwebsocketpp | Namespace for the WebSocket++ project |
| Ntransport | Transport policies provide network connectivity and timers |
| Nasio | Transport policy that uses asio |
| Nbasic_socket | |
| Nerror | Asio transport errors |
| Nsocket | |
| Nerror | Errors related to asio transport sockets |
| Ntls_socket | |
| Niostream | Transport policy that uses STL iostream for I/O and does not support timers |
| Nerror | Iostream transport errors |
| Nerror | Generic transport related errors |
| Ndebug | |
| Nerror | Debug transport errors |
| Nstub | Stub transport policy that has no input or output |
| Nerror | Stub transport errors |
| Nconcurrency | Concurrency handling support |
| Nnone_impl | Implementation for no-op locking primitives |
| Nhttp | HTTP handling support |
| Nstatus_code | HTTP Status codes |
| Nerror | HTTP parser errors |
| 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 | Permessage deflate error values |
| Nuri_helper | A group of helper methods for parsing and validating URIs against RFC 3986 |
| Nerror | Library level error codes |
| Nframe | Data structures and utility functions for manipulating WebSocket frames |
| Nopcode | Constants and utility functions related to WebSocket opcodes |
| Nlimits | Constants related to frame and payload limits |
| Nutility | Generic non-websocket specific utility functions and data structures |
| Nclose | A package of types and methods for manipulating WebSocket close codes |
| Nstatus | A package of types and methods for manipulating WebSocket close status' |
| Nprocessor | Processors encapsulate the protocol rules specific to each WebSocket version |
| Nconstants | Constants related to processing WebSocket connections |
| Nerror_cat | Processor class related error codes |
| Nerror | Error code category and codes used by all processor types |
| Nmd5 | Provides MD5 hashing functionality |