Chops Net IP
Loading...
Searching...
No Matches

Internal handler class for TCP stream input and output. More...

#include "asio/io_context.hpp"
#include "asio/any_io_executor.hpp"
#include "asio/read.hpp"
#include "asio/read_until.hpp"
#include "asio/write.hpp"
#include "asio/ip/tcp.hpp"
#include "asio/buffer.hpp"
#include <memory>
#include <system_error>
#include <cstddef>
#include <utility>
#include <string>
#include <string_view>
#include <functional>
#include "net_ip/detail/io_common.hpp"
#include "net_ip/queue_stats.hpp"
#include "net_ip/net_ip_error.hpp"
#include "net_ip/basic_io_output.hpp"
#include "net_ip/simple_variable_len_msg_frame.hpp"
#include "buffer/shared_buffer.hpp"
Include dependency graph for tcp_io.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chops::net::detail::tcp_io
 

Typedefs

using chops::net::detail::tcp_io_shared_ptr = std::shared_ptr<tcp_io>
 
using chops::net::detail::tcp_io_weak_ptr = std::weak_ptr<tcp_io>
 

Functions

std::size_t chops::net::detail::null_msg_frame (asio::mutable_buffer) noexcept
 
template<typename IOT >
bool chops::net::detail::null_msg_hdlr (asio::const_buffer, basic_io_output< IOT >, asio::ip::tcp::endpoint)
 

Detailed Description

Internal handler class for TCP stream input and output.

Note
For internal use only.
Author
Cliff Green

Copyright (c) 2017-2025 by Cliff Green

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)