WebSocket++
0.8.1
C++ websocket client/server library
|
28 #ifndef WEBSOCKETPP_TRANSPORT_STUB_BASE_HPP
29 #define WEBSOCKETPP_TRANSPORT_STUB_BASE_HPP
31 #include <websocketpp/common/system_error.hpp>
32 #include <websocketpp/common/cpp11.hpp>
58 return "websocketpp.transport.stub";
61 std::string message(
int value)
const {
64 return "Generic stub transport policy error";
66 return "feature not implemented";
91 static bool const value =
true;
lib::error_code make_error_code(error::value e)
Get an error code with the given value and the stub transport category.
stub transport error category
#define _WEBSOCKETPP_NOEXCEPT_TOKEN_
@ not_implemented
not implemented
Transport policies provide network connectivity and timers.
Stub transport policy that has no input or output.
static std::vector< int > const versions_supported(helper, helper+4)
Container that stores the list of protocol versions supported.
#define _WEBSOCKETPP_ERROR_CODE_ENUM_NS_END_
#define _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_
lib::error_category const & get_category()
Get a reference to a static copy of the stub transport error category.