Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::Socket Member List

This is the complete list of members for Poco::Net::Socket, including all inherited members.

_pImplPoco::Net::Socketprivate
address() constPoco::Net::Socketinline
available() constPoco::Net::Socketinline
BufVec typedefPoco::Net::Socket
close()Poco::Net::Socketinline
destroyBufVec(SocketBufVec &buf)Poco::Net::Socketstatic
getBlocking() constPoco::Net::Socketinline
getKeepAlive() constPoco::Net::Socketinline
getLinger(bool &on, int &seconds) constPoco::Net::Socketinline
getNoDelay() constPoco::Net::Socketinline
getOOBInline() constPoco::Net::Socketinline
getOption(int level, int option, int &value) constPoco::Net::Socketinline
getOption(int level, int option, unsigned &value) constPoco::Net::Socketinline
getOption(int level, int option, unsigned char &value) constPoco::Net::Socketinline
getOption(int level, int option, Poco::Timespan &value) constPoco::Net::Socketinline
getOption(int level, int option, IPAddress &value) constPoco::Net::Socketinline
getReceiveBufferSize() constPoco::Net::Socketinline
getReceiveTimeout() constPoco::Net::Socketinline
getReuseAddress() constPoco::Net::Socketinline
getReusePort() constPoco::Net::Socketinline
getSendBufferSize() constPoco::Net::Socketinline
getSendTimeout() constPoco::Net::Socketinline
impl() constPoco::Net::Socketinline
init(int af)Poco::Net::Socketinline
makeBuffer(void *buffer, std::size_t length)Poco::Net::Socketstatic
makeBufVec(std::size_t size, std::size_t bufLen)Poco::Net::Socketstatic
makeBufVec(const std::vector< char * > &vec)Poco::Net::Socketstatic
makeBufVec(const std::vector< std::string > &vec)Poco::Net::Socketstatic
operator!=(const Socket &socket) constPoco::Net::Socketinline
operator<(const Socket &socket) constPoco::Net::Socketinline
operator<=(const Socket &socket) constPoco::Net::Socketinline
operator=(const Socket &socket)Poco::Net::Socket
operator==(const Socket &socket) constPoco::Net::Socketinline
operator>(const Socket &socket) constPoco::Net::Socketinline
operator>=(const Socket &socket) constPoco::Net::Socketinline
peerAddress() constPoco::Net::Socketinline
poll(const Poco::Timespan &timeout, int mode) constPoco::Net::Socketinline
secure() constPoco::Net::Socketinline
select(SocketList &readList, SocketList &writeList, SocketList &exceptList, const Poco::Timespan &timeout)Poco::Net::Socketstatic
SELECT_ERROR enum valuePoco::Net::Socket
SELECT_READ enum valuePoco::Net::Socket
SELECT_WRITE enum valuePoco::Net::Socket
SelectMode enum namePoco::Net::Socket
setBlocking(bool flag)Poco::Net::Socketinline
setKeepAlive(bool flag)Poco::Net::Socketinline
setLinger(bool on, int seconds)Poco::Net::Socketinline
setNoDelay(bool flag)Poco::Net::Socketinline
setOOBInline(bool flag)Poco::Net::Socketinline
setOption(int level, int option, int value)Poco::Net::Socketinline
setOption(int level, int option, unsigned value)Poco::Net::Socketinline
setOption(int level, int option, unsigned char value)Poco::Net::Socketinline
setOption(int level, int option, const Poco::Timespan &value)Poco::Net::Socketinline
setOption(int level, int option, const IPAddress &value)Poco::Net::Socketinline
setReceiveBufferSize(int size)Poco::Net::Socketinline
setReceiveTimeout(const Poco::Timespan &timeout)Poco::Net::Socketinline
setReuseAddress(bool flag)Poco::Net::Socketinline
setReusePort(bool flag)Poco::Net::Socketinline
setSendBufferSize(int size)Poco::Net::Socketinline
setSendTimeout(const Poco::Timespan &timeout)Poco::Net::Socketinline
Socket()Poco::Net::Socket
Socket(const Socket &socket)Poco::Net::Socket
Socket(SocketImpl *pImpl)Poco::Net::Socketprotected
SocketList typedefPoco::Net::Socket
sockfd() constPoco::Net::Socketinlineprotected
supportsIPv4()Poco::Net::Socketinlinestatic
supportsIPv6()Poco::Net::Socketinlinestatic
~Socket()Poco::Net::Socketvirtual