Malloy
|
This is the complete list of members for malloy::websocket::stream, including all inherited members.
accept(const boost::beast::http::request< Body, Fields > &req) -> boost::beast::error_code (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
async_accept(const boost::beast::http::request< Body, Fields > &req, CompletionHandler &&done) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
async_close(boost::beast::websocket::close_reason why, CompletionToken &&done) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
async_handshake(std::string host, std::string target, Callback &&done) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
async_handshake_tls(boost::asio::ssl::stream_base::handshake_type type, Callback &&done) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
async_read(Buff &buff, Callback &&done) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
async_write(const Buff &buffers, Callback &&done) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
binary() const | malloy::websocket::stream | inline |
get_executor() | malloy::websocket::stream | inline |
get_lowest_layer(Func &&visitor) | malloy::websocket::stream | inline |
is_open() const | malloy::websocket::stream | inline |
is_tls() const | malloy::websocket::stream | inline |
read(Buff &buff, boost::beast::error_code &ec) -> std::size_t (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
set_binary(const bool enabled) | malloy::websocket::stream | inline |
set_option(auto &&opt) (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |
stream(detail::websocket_t &&ws) (defined in malloy::websocket::stream) | malloy::websocket::stream | inlineexplicit |
stream(boost::beast::websocket::stream< malloy::tcp::stream<> > &&s) (defined in malloy::websocket::stream) | malloy::websocket::stream | inlineexplicit |
stream(malloy::tcp::stream<> &&from) (defined in malloy::websocket::stream) | malloy::websocket::stream | inlineexplicit |
stream(detail::tls_stream &&ws) (defined in malloy::websocket::stream) | malloy::websocket::stream | inlineexplicit |
stream(boost::beast::ssl_stream< malloy::tcp::stream<> > &&from) (defined in malloy::websocket::stream) | malloy::websocket::stream | inlineexplicit |
write(const Buff &buffers) -> std::size_t (defined in malloy::websocket::stream) | malloy::websocket::stream | inline |