EHS
|
This is the complete list of members for ehs::TCP, including all inherited members.
Accept() override | ehs::TCP | virtual |
Accept() override | ehs::TCP | virtual |
BaseTCP() | ehs::BaseTCP | |
BaseTCP(IP ip) | ehs::BaseTCP | |
BaseTCP(BaseTCP &&tcp) noexcept | ehs::BaseTCP | |
BaseTCP(const BaseTCP &tcp) | ehs::BaseTCP | |
Bind(const Str_8 &address, UInt_16 port) override | ehs::TCP | virtual |
Bind(const Str_8 &address, UInt_16 port) override | ehs::TCP | virtual |
bound | ehs::BaseTCP | protected |
Connect(const Str_8 &address, UInt_16 port) override | ehs::TCP | virtual |
Connect(const Str_8 &address, UInt_16 port) override | ehs::TCP | virtual |
connected | ehs::BaseTCP | protected |
connection | ehs::BaseTCP | protected |
GetAddressType() const | ehs::BaseTCP | |
GetLocalAddress() const | ehs::BaseTCP | |
GetLocalPort() const | ehs::BaseTCP | |
GetRemoteAddress() const | ehs::BaseTCP | |
GetRemotePort() const | ehs::BaseTCP | |
hdl | ehs::TCP | protected |
HTTP_Port | ehs::BaseTCP | static |
HTTPS_Port | ehs::BaseTCP | static |
Initialize() override | ehs::TCP | virtual |
Initialize() override | ehs::TCP | virtual |
ip | ehs::BaseTCP | protected |
IsBlocking() const override | ehs::TCP | virtual |
IsBlocking() const override | ehs::TCP | virtual |
IsBound() const | ehs::BaseTCP | |
IsConnected() const | ehs::BaseTCP | |
IsConnection() const | ehs::BaseTCP | |
IsIPv6Only() const override | ehs::TCP | virtual |
IsIPv6Only() const override | ehs::TCP | virtual |
IsListening() const | ehs::BaseTCP | |
IsValid() const override | ehs::TCP | virtual |
IsValid() const override | ehs::TCP | virtual |
Listen() override | ehs::TCP | virtual |
Listen() override | ehs::TCP | virtual |
listening | ehs::BaseTCP | protected |
localAddr | ehs::BaseTCP | protected |
localPort | ehs::BaseTCP | protected |
MaxHeaderSize | ehs::BaseTCP | static |
operator=(TCP &&tcp) noexcept | ehs::TCP | |
operator=(const TCP &tcp) | ehs::TCP | |
operator=(TCP &&tcp) noexcept | ehs::TCP | |
operator=(const TCP &tcp) | ehs::TCP | |
ehs::BaseTCP::operator=(BaseTCP &&tcp) noexcept | ehs::BaseTCP | |
ehs::BaseTCP::operator=(const BaseTCP &tcp) | ehs::BaseTCP | |
Receive(Byte *buffer, UInt_32 size) override | ehs::TCP | virtual |
Receive(Byte *buffer, UInt_32 size) override | ehs::TCP | virtual |
RecvReq() | ehs::BaseTCP | |
RecvRes() | ehs::BaseTCP | |
Release() override | ehs::TCP | virtual |
Release() override | ehs::TCP | virtual |
remoteAddr | ehs::BaseTCP | protected |
remoteHostName | ehs::BaseTCP | protected |
remotePort | ehs::BaseTCP | protected |
Send(const Byte *buffer, UInt_32 size) override | ehs::TCP | virtual |
Send(const Byte *buffer, UInt_32 size) override | ehs::TCP | virtual |
SendReq(Request &req) | ehs::BaseTCP | |
SendRes(const Response &res) | ehs::BaseTCP | |
SendStr(const Str_8 &str) | ehs::BaseTCP | |
SetBlocking(bool blocking) override | ehs::TCP | virtual |
SetBlocking(bool blocking) override | ehs::TCP | virtual |
SetIPv6Only(bool value) override | ehs::TCP | virtual |
SetIPv6Only(bool value) override | ehs::TCP | virtual |
TCP() | ehs::TCP | |
TCP(IP IP) | ehs::TCP | |
TCP(TCP &&tcp) noexcept | ehs::TCP | |
TCP(const TCP &tcp) | ehs::TCP | |
TCP() | ehs::TCP | |
TCP(IP IP) | ehs::TCP | |
TCP(TCP &&tcp) noexcept | ehs::TCP | |
TCP(const TCP &tcp) | ehs::TCP | |
~BaseTCP()=default | ehs::BaseTCP | virtual |
~TCP() override | ehs::TCP | |
~TCP() override | ehs::TCP |