mqtt_cpp
|
This is the complete list of members for MQTT_NS::ws_endpoint< Socket, Strand >, including all inherited members.
async_accept(ConstBufferSequence const &buffers, AcceptHandler &&handler) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
async_accept_ex(ConstBufferSequence const &buffers, ResponseDecorator const &decorator, AcceptHandler &&handler) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
async_handshake(Args &&... args) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
async_read(as::mutable_buffer buffers, std::function< void(error_code, std::size_t)> handler) override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
async_write(std::vector< as::const_buffer > buffers, std::function< void(error_code, std::size_t)> handler) override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
close(boost::system::error_code &ec) override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
get_executor() override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
handshake(Args &&... args) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
lowest_layer() override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
native_handle() override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
next_layer() | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
post(std::function< void()> handler) override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
set_option(T &&t) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
write(std::vector< as::const_buffer > buffers, boost::system::error_code &ec) override final | MQTT_NS::ws_endpoint< Socket, Strand > | inlinevirtual |
write(ConstBufferSequence const &buffers) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
ws_endpoint(as::io_context &ioc, Args &&... args) | MQTT_NS::ws_endpoint< Socket, Strand > | inline |
~socket()=default | MQTT_NS::socket | virtual |