Connection#
-
struct Connection : public roq::io::Receiver#
Public Functions
-
Connection(Connection const&) = delete#
-
Connection(Connection&&) = delete#
-
virtual ~Connection() = default#
-
virtual void close() = 0#
-
virtual size_t send(std::span<std::byte const> const&) = 0#
-
virtual size_t send(std::span<std::span<std::byte const> const> const&) = 0#
-
virtual void send(std::span<std::byte const> const&, Completion::Handler&) = 0#
-
struct Connected#
-
struct Disconnected#
-
struct Handler#
-
Connection(Connection const&) = delete#