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