#include <BaseHttpSocket.h>
|
| bool | is_open () const |
| |
| void | close (boost::system::error_code &) |
| |
| void | shutdown (boost::asio::socket_base::shutdown_type what, boost::system::error_code &shutdownError) |
| |
| template<typename WaitHandlerType > |
| void | async_wait (boost::asio::socket_base::wait_type type, WaitHandlerType &&handler) |
| |
| template<typename SettableSocketOption > |
| void | set_option (SettableSocketOption const &option, boost::system::error_code &ec) |
| |
| IoContextTcpSocket::endpoint_type | remote_endpoint () const |
| |
Definition at line 36 of file BaseHttpSocket.h.
◆ async_wait()
template<typename WaitHandlerType >
| void Trinity::Net::Http::Impl::BoostBeastSocketWrapper::async_wait |
( |
boost::asio::socket_base::wait_type |
type, |
|
|
WaitHandlerType && |
handler |
|
) |
| |
|
inline |
◆ close()
| void Trinity::Net::Http::Impl::BoostBeastSocketWrapper::close |
( |
boost::system::error_code & |
| ) |
|
|
inline |
◆ is_open()
| bool Trinity::Net::Http::Impl::BoostBeastSocketWrapper::is_open |
( |
| ) |
const |
|
inline |
◆ remote_endpoint()
| IoContextTcpSocket::endpoint_type Trinity::Net::Http::Impl::BoostBeastSocketWrapper::remote_endpoint |
( |
| ) |
const |
|
inline |
◆ set_option()
template<typename SettableSocketOption >
| void Trinity::Net::Http::Impl::BoostBeastSocketWrapper::set_option |
( |
SettableSocketOption const & |
option, |
|
|
boost::system::error_code & |
ec |
|
) |
| |
|
inline |
◆ shutdown()
| void Trinity::Net::Http::Impl::BoostBeastSocketWrapper::shutdown |
( |
boost::asio::socket_base::shutdown_type |
what, |
|
|
boost::system::error_code & |
shutdownError |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: