HTTP module
ws::WebSocketException
WebSocketException
#include <icy/http/websocket.h>class WebSocketExceptionDefined in src/http/include/icy/http/websocket.h:121
Inherits:
runtime_error
List of all members
| Name | Kind | Owner |
|---|---|---|
WebSocketException | function | Declared here |
code | function | Declared here |
hasCloseStatus | function | Declared here |
closeStatus | function | Declared here |
_code | variable | Declared here |
_closeStatus | variable | Declared here |
Public Methods
| Return | Name | Description |
|---|---|---|
WebSocketException inline | ||
ErrorCode | code const inline | |
bool | hasCloseStatus const inline | |
uint16_t | closeStatus const inline |
WebSocketException
inline
inline WebSocketException(ErrorCode code, std::string message, uint16_t closeStatus = 0)Defined in src/http/include/icy/http/websocket.h:124
code
const inline
inline ErrorCode code() constDefined in src/http/include/icy/http/websocket.h:131
hasCloseStatus
const inline
inline bool hasCloseStatus() constDefined in src/http/include/icy/http/websocket.h:132
closeStatus
const inline
inline uint16_t closeStatus() constDefined in src/http/include/icy/http/websocket.h:133
Private Attributes
| Return | Name | Description |
|---|---|---|
ErrorCode | _code | |
uint16_t | _closeStatus |
_code
ErrorCode _codeDefined in src/http/include/icy/http/websocket.h:136
_closeStatus
uint16_t _closeStatus