WebSocket++  0.7.0
C++ websocket client/server library
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 12345]
 ▼NwebsocketppNamespace for the WebSocket++ project
 ▼NcloseA package of types and methods for manipulating WebSocket close codes
 NstatusA package of types and methods for manipulating WebSocket close status'
 ▼NconcurrencyConcurrency handling support
 Nnone_implImplementation for no-op locking primitives
 NerrorLibrary level error codes
 ▼Nextensions
 ▼Npermessage_deflateImplementation of RFC 7692, the permessage-deflate WebSocket extension
 NerrorPermessage deflate error values
 ▼NframeData structures and utility functions for manipulating WebSocket frames
 NlimitsConstants related to frame and payload limits
 NopcodeConstants and utility functions related to WebSocket opcodes
 ▼NhttpHTTP handling support
 Nstatus_codeHTTP Status codes
 Nmd5Provides MD5 hashing functionality
 ▼NprocessorProcessors encapsulate the protocol rules specific to each WebSocket version
 NconstantsConstants related to processing WebSocket connections
 NerrorError code category and codes used by all processor types
 Nerror_catProcessor class related error codes
 ▼NrandomRandom number generation policies
 NnoneStub RNG policy that always returns 0
 Nrandom_deviceRNG policy based on std::random_device or boost::random_device
 ▼NtransportTransport policies provide network connectivity and timers
 ▼NasioTransport policy that uses asio
 Nbasic_socket
 NerrorAsio transport errors
 ▼Nsocket
 NerrorErrors related to asio transport sockets
 Ntls_socket
 ▼Ndebug
 NerrorDebug transport errors
 NerrorGeneric transport related errors
 ▼NiostreamTransport policy that uses STL iostream for I/O and does not support timers
 NerrorIostream transport errors
 ▼NstubStub transport policy that has no input or output
 NerrorStub transport errors
 NutilityGeneric non-websocket specific utility functions and data structures