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

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

_blockingPoco::Net::SocketImplprivate
_counterPoco::RefCountedObjectmutableprivate
_isBrokenTimeoutPoco::Net::SocketImplprivate
_recvTimeoutPoco::Net::SocketImplprivate
_sndTimeoutPoco::Net::SocketImplprivate
_sockfdPoco::Net::SocketImplprivate
acceptConnection(SocketAddress &clientAddr)Poco::Net::SocketImplvirtual
address()Poco::Net::SocketImplvirtual
available()Poco::Net::SocketImplvirtual
bind(const SocketAddress &address, bool reuseAddress=false)Poco::Net::SocketImplvirtual
bind(const SocketAddress &address, bool reuseAddress, bool reusePort)Poco::Net::SocketImplvirtual
bind6(const SocketAddress &address, bool reuseAddress=false, bool ipV6Only=false)Poco::Net::SocketImplvirtual
bind6(const SocketAddress &address, bool reuseAddress, bool reusePort, bool ipV6Only)Poco::Net::SocketImplvirtual
checkBrokenTimeout(SelectMode mode)Poco::Net::SocketImplprotected
close()Poco::Net::SocketImplvirtual
connect(const SocketAddress &address)Poco::Net::SocketImplvirtual
connect(const SocketAddress &address, const Poco::Timespan &timeout)Poco::Net::SocketImplvirtual
connectNB(const SocketAddress &address)Poco::Net::SocketImplvirtual
duplicate() constPoco::RefCountedObjectinline
error()Poco::Net::SocketImplprotectedstatic
error(const std::string &arg)Poco::Net::SocketImplprotectedstatic
error(int code)Poco::Net::SocketImplprotectedstatic
error(int code, const std::string &arg)Poco::Net::SocketImplprotectedstatic
getBlocking() constPoco::Net::SocketImplinlinevirtual
getBroadcast()Poco::Net::SocketImpl
getKeepAlive()Poco::Net::SocketImpl
getLinger(bool &on, int &seconds)Poco::Net::SocketImpl
getNoDelay()Poco::Net::SocketImpl
getOOBInline()Poco::Net::SocketImpl
getOption(int level, int option, int &value)Poco::Net::SocketImpl
getOption(int level, int option, unsigned &value)Poco::Net::SocketImpl
getOption(int level, int option, unsigned char &value)Poco::Net::SocketImpl
getOption(int level, int option, Poco::Timespan &value)Poco::Net::SocketImpl
getOption(int level, int option, IPAddress &value)Poco::Net::SocketImpl
getRawOption(int level, int option, void *value, poco_socklen_t &length)Poco::Net::SocketImplvirtual
getReceiveBufferSize()Poco::Net::SocketImplvirtual
getReceiveTimeout()Poco::Net::SocketImplvirtual
getReuseAddress()Poco::Net::SocketImpl
getReusePort()Poco::Net::SocketImpl
getSendBufferSize()Poco::Net::SocketImplvirtual
getSendTimeout()Poco::Net::SocketImplvirtual
init(int af)Poco::Net::SocketImplprotectedvirtual
initialized() constPoco::Net::SocketImplinline
initSocket(int af, int type, int proto=0)Poco::Net::SocketImplprotected
ioctl(poco_ioctl_request_t request, int &arg)Poco::Net::SocketImpl
ioctl(poco_ioctl_request_t request, void *arg)Poco::Net::SocketImpl
lastError()Poco::Net::SocketImplinlineprotectedstatic
listen(int backlog=64)Poco::Net::SocketImplvirtual
operator=(const SocketImpl &)Poco::Net::SocketImplprivate
peerAddress()Poco::Net::SocketImplvirtual
poll(const Poco::Timespan &timeout, int mode)Poco::Net::SocketImplvirtual
PollSetImplPoco::Net::SocketImplfriend
receiveBytes(void *buffer, int length, int flags=0)Poco::Net::SocketImplvirtual
receiveBytes(SocketBufVec &buffers, int flags=0)Poco::Net::SocketImplvirtual
receiveBytes(Poco::Buffer< char > &buffer, int flags=0, const Poco::Timespan &timeout=100000)Poco::Net::SocketImplvirtual
receiveFrom(void *buffer, int length, struct sockaddr **ppSA, poco_socklen_t **ppSALen, int flags=0)Poco::Net::SocketImpl
receiveFrom(void *buffer, int length, SocketAddress &address, int flags=0)Poco::Net::SocketImplvirtual
receiveFrom(SocketBufVec &buffers, SocketAddress &address, int flags=0)Poco::Net::SocketImplvirtual
receiveFrom(SocketBufVec &buffers, struct sockaddr **ppSA, poco_socklen_t **ppSALen, int flags)Poco::Net::SocketImpl
RefCountedObject()Poco::RefCountedObject
RefCountedObject(const RefCountedObject &)Poco::RefCountedObjectprivate
referenceCount() constPoco::RefCountedObjectinline
release() const noexceptPoco::RefCountedObjectinline
reset(poco_socket_t fd=POCO_INVALID_SOCKET)Poco::Net::SocketImplprotected
secure() constPoco::Net::SocketImplvirtual
SecureSocketImplPoco::Net::SocketImplfriend
SELECT_ERROR enum valuePoco::Net::SocketImpl
SELECT_READ enum valuePoco::Net::SocketImpl
SELECT_WRITE enum valuePoco::Net::SocketImpl
SelectMode enum namePoco::Net::SocketImpl
sendBytes(const void *buffer, int length, int flags=0)Poco::Net::SocketImplvirtual
sendBytes(const SocketBufVec &buffers, int flags=0)Poco::Net::SocketImplvirtual
sendTo(const void *buffer, int length, const SocketAddress &address, int flags=0)Poco::Net::SocketImplvirtual
sendTo(const SocketBufVec &buffers, const SocketAddress &address, int flags=0)Poco::Net::SocketImplvirtual
sendUrgent(unsigned char data)Poco::Net::SocketImplvirtual
setBlocking(bool flag)Poco::Net::SocketImplvirtual
setBroadcast(bool flag)Poco::Net::SocketImpl
setKeepAlive(bool flag)Poco::Net::SocketImpl
setLinger(bool on, int seconds)Poco::Net::SocketImpl
setNoDelay(bool flag)Poco::Net::SocketImpl
setOOBInline(bool flag)Poco::Net::SocketImpl
setOption(int level, int option, int value)Poco::Net::SocketImpl
setOption(int level, int option, unsigned value)Poco::Net::SocketImpl
setOption(int level, int option, unsigned char value)Poco::Net::SocketImpl
setOption(int level, int option, const Poco::Timespan &value)Poco::Net::SocketImpl
setOption(int level, int option, const IPAddress &value)Poco::Net::SocketImpl
setRawOption(int level, int option, const void *value, poco_socklen_t length)Poco::Net::SocketImplvirtual
setReceiveBufferSize(int size)Poco::Net::SocketImplvirtual
setReceiveTimeout(const Poco::Timespan &timeout)Poco::Net::SocketImplvirtual
setReuseAddress(bool flag)Poco::Net::SocketImpl
setReusePort(bool flag)Poco::Net::SocketImpl
setSendBufferSize(int size)Poco::Net::SocketImplvirtual
setSendTimeout(const Poco::Timespan &timeout)Poco::Net::SocketImplvirtual
shutdown()Poco::Net::SocketImplvirtual
shutdownReceive()Poco::Net::SocketImplvirtual
shutdownSend()Poco::Net::SocketImplvirtual
SocketPoco::Net::SocketImplfriend
socketError()Poco::Net::SocketImpl
SocketImpl()Poco::Net::SocketImplprotected
SocketImpl(poco_socket_t sockfd)Poco::Net::SocketImplprotected
SocketImpl(const SocketImpl &)Poco::Net::SocketImplprivate
sockfd() constPoco::Net::SocketImplinline
~RefCountedObject()Poco::RefCountedObjectprotectedvirtual
~SocketImpl()Poco::Net::SocketImplprotectedvirtual