omni::net::client
NAME

omni::net::client

A class of omni::net

#include <extensions/net/client.hpp>
class omni::net::client

MEMBERS

omni::net::client::client()
omni::net::client::~client()
omni::net::socket_error omni::net::client::close()
omni::net::socket_error omni::net::client::connect(const omni::net::socket_t& serv_sock)
uint32_t omni::net::client::endpoint()
omni::net::socket_error omni::net::client::get_socket_option(omni::net::socket_option_level op_level, int32_t op_name, int32_t& op_val)
uint64_t omni::net::client::hash()
omni::net::socket_error omni::net::client::ioc(uint32_t op_code, omni::net::xfr_t* val, int32_t& result)
bool omni::net::client::is_connected()
bool omni::net::client::is_shutdown()
omni::net::socket_error omni::net::client::last_error()
uint16_t omni::net::client::local_port()
omni::net::socket_t omni::net::client::native_handle()
uint16_t omni::net::client::port()
template < typename T, uint16_t SZ > omni::net::socket_error omni::net::client::receive(omni::stack_buffer<T, SZ> buffer, uint32_t& rcvd)
omni::net::socket_error omni::net::client::send(const char* buffer, uint32_t len, uint32_t& sent)
omni::net::socket_error omni::net::client::set_socket_option(omni::net::socket_option_level op_level, int32_t op_name, int32_t op_val)
omni::net::socket_error omni::net::client::shutdown(omni::net::socket_shutdown how)
void omni::net::client::swap(omni::net::client& other)
std::string omni::net::client::to_string()
omni::string_t omni::net::client::to_string_t()
std::wstring omni::net::client::to_wstring()
uint64_t omni::net::client::type()
omni::net::client::operator std::string()
omni::net::client::operator std::wstring()
inline bool omni::net::client::operator!=(const omni::net::client& other)
friend std::ostream& omni::net::client::operator<<(std::ostream& s, const omni::net::client& c)
omni::net::client& omni::net::client::operator=(omni::net::client& other)
bool omni::net::client::operator==(const omni::net::client& other)
omni::net::client::disposing
omni::net::client::name

SYNOPSIS

The endpoint_descriptor class is used to facilitate network communications from a remote endpoint accepted by a server

top

DESCRIPTION

No description.

top