REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
websockets::internals::WebsocketsEndpoint Member List

This is the complete list of members for websockets::internals::WebsocketsEndpoint, including all inherited members.

close(const CloseReason reason=CloseReason_NormalClosure)websockets::internals::WebsocketsEndpoint
getCloseReason() constwebsockets::internals::WebsocketsEndpoint
getFragmentsPolicy() constwebsockets::internals::WebsocketsEndpoint
operator=(const WebsocketsEndpoint &other)websockets::internals::WebsocketsEndpoint
operator=(const WebsocketsEndpoint &&other)websockets::internals::WebsocketsEndpoint
ping(const std::string &msg)websockets::internals::WebsocketsEndpoint
ping(const std::string &&msg)websockets::internals::WebsocketsEndpoint
poll()websockets::internals::WebsocketsEndpoint
pong(const std::string &msg)websockets::internals::WebsocketsEndpoint
pong(const std::string &&msg)websockets::internals::WebsocketsEndpoint
recv()websockets::internals::WebsocketsEndpoint
send(const char *data, const size_t len, const uint8_t opcode, const bool fin, const bool mask, const char *maskingKey="\00\00\00\00")websockets::internals::WebsocketsEndpoint
send(const std::string &data, const uint8_t opcode, const bool fin, const bool mask, const char *maskingKey="\00\00\00\00")websockets::internals::WebsocketsEndpoint
send(const char *data, const size_t len, const uint8_t opcode, const bool fin)websockets::internals::WebsocketsEndpoint
send(const std::string &data, const uint8_t opcode, const bool fin)websockets::internals::WebsocketsEndpoint
setFragmentsPolicy(const FragmentsPolicy newPolicy)websockets::internals::WebsocketsEndpoint
setInternalSocket(std::shared_ptr< network::TcpClient > socket)websockets::internals::WebsocketsEndpoint
setUseMasking(bool useMasking)websockets::internals::WebsocketsEndpointinline
WebsocketsEndpoint(std::shared_ptr< network::TcpClient > socket, FragmentsPolicy fragmentsPolicy=FragmentsPolicy_Aggregate)websockets::internals::WebsocketsEndpoint
WebsocketsEndpoint(const WebsocketsEndpoint &other)websockets::internals::WebsocketsEndpoint
WebsocketsEndpoint(const WebsocketsEndpoint &&other)websockets::internals::WebsocketsEndpoint
~WebsocketsEndpoint()websockets::internals::WebsocketsEndpointvirtual