_blocking | Poco::Net::SocketImpl | private |
_counter | Poco::RefCountedObject | mutableprivate |
_isBrokenTimeout | Poco::Net::SocketImpl | private |
_recvTimeout | Poco::Net::SocketImpl | private |
_sndTimeout | Poco::Net::SocketImpl | private |
_sockfd | Poco::Net::SocketImpl | private |
acceptConnection(SocketAddress &clientAddr) | Poco::Net::SocketImpl | virtual |
address() | Poco::Net::SocketImpl | virtual |
available() | Poco::Net::SocketImpl | virtual |
bind(const SocketAddress &address, bool reuseAddress=false) | Poco::Net::SocketImpl | virtual |
bind(const SocketAddress &address, bool reuseAddress, bool reusePort) | Poco::Net::SocketImpl | virtual |
bind6(const SocketAddress &address, bool reuseAddress=false, bool ipV6Only=false) | Poco::Net::SocketImpl | virtual |
bind6(const SocketAddress &address, bool reuseAddress, bool reusePort, bool ipV6Only) | Poco::Net::SocketImpl | virtual |
checkBrokenTimeout(SelectMode mode) | Poco::Net::SocketImpl | protected |
close() | Poco::Net::SocketImpl | virtual |
connect(const SocketAddress &address) | Poco::Net::SocketImpl | virtual |
connect(const SocketAddress &address, const Poco::Timespan &timeout) | Poco::Net::SocketImpl | virtual |
connectNB(const SocketAddress &address) | Poco::Net::SocketImpl | virtual |
duplicate() const | Poco::RefCountedObject | inline |
error() | Poco::Net::SocketImpl | protectedstatic |
error(const std::string &arg) | Poco::Net::SocketImpl | protectedstatic |
error(int code) | Poco::Net::SocketImpl | protectedstatic |
error(int code, const std::string &arg) | Poco::Net::SocketImpl | protectedstatic |
getBlocking() const | Poco::Net::SocketImpl | inlinevirtual |
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::SocketImpl | virtual |
getReceiveBufferSize() | Poco::Net::SocketImpl | virtual |
getReceiveTimeout() | Poco::Net::SocketImpl | virtual |
getReuseAddress() | Poco::Net::SocketImpl | |
getReusePort() | Poco::Net::SocketImpl | |
getSendBufferSize() | Poco::Net::SocketImpl | virtual |
getSendTimeout() | Poco::Net::SocketImpl | virtual |
init(int af) | Poco::Net::SocketImpl | protectedvirtual |
initialized() const | Poco::Net::SocketImpl | inline |
initSocket(int af, int type, int proto=0) | Poco::Net::SocketImpl | protected |
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::SocketImpl | inlineprotectedstatic |
listen(int backlog=64) | Poco::Net::SocketImpl | virtual |
operator=(const SocketImpl &) | Poco::Net::SocketImpl | private |
peerAddress() | Poco::Net::SocketImpl | virtual |
poll(const Poco::Timespan &timeout, int mode) | Poco::Net::SocketImpl | virtual |
PollSetImpl | Poco::Net::SocketImpl | friend |
receiveBytes(void *buffer, int length, int flags=0) | Poco::Net::SocketImpl | virtual |
receiveBytes(SocketBufVec &buffers, int flags=0) | Poco::Net::SocketImpl | virtual |
receiveBytes(Poco::Buffer< char > &buffer, int flags=0, const Poco::Timespan &timeout=100000) | Poco::Net::SocketImpl | virtual |
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::SocketImpl | virtual |
receiveFrom(SocketBufVec &buffers, SocketAddress &address, int flags=0) | Poco::Net::SocketImpl | virtual |
receiveFrom(SocketBufVec &buffers, struct sockaddr **ppSA, poco_socklen_t **ppSALen, int flags) | Poco::Net::SocketImpl | |
RefCountedObject() | Poco::RefCountedObject | |
RefCountedObject(const RefCountedObject &) | Poco::RefCountedObject | private |
referenceCount() const | Poco::RefCountedObject | inline |
release() const noexcept | Poco::RefCountedObject | inline |
reset(poco_socket_t fd=POCO_INVALID_SOCKET) | Poco::Net::SocketImpl | protected |
secure() const | Poco::Net::SocketImpl | virtual |
SecureSocketImpl | Poco::Net::SocketImpl | friend |
SELECT_ERROR enum value | Poco::Net::SocketImpl | |
SELECT_READ enum value | Poco::Net::SocketImpl | |
SELECT_WRITE enum value | Poco::Net::SocketImpl | |
SelectMode enum name | Poco::Net::SocketImpl | |
sendBytes(const void *buffer, int length, int flags=0) | Poco::Net::SocketImpl | virtual |
sendBytes(const SocketBufVec &buffers, int flags=0) | Poco::Net::SocketImpl | virtual |
sendTo(const void *buffer, int length, const SocketAddress &address, int flags=0) | Poco::Net::SocketImpl | virtual |
sendTo(const SocketBufVec &buffers, const SocketAddress &address, int flags=0) | Poco::Net::SocketImpl | virtual |
sendUrgent(unsigned char data) | Poco::Net::SocketImpl | virtual |
setBlocking(bool flag) | Poco::Net::SocketImpl | virtual |
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::SocketImpl | virtual |
setReceiveBufferSize(int size) | Poco::Net::SocketImpl | virtual |
setReceiveTimeout(const Poco::Timespan &timeout) | Poco::Net::SocketImpl | virtual |
setReuseAddress(bool flag) | Poco::Net::SocketImpl | |
setReusePort(bool flag) | Poco::Net::SocketImpl | |
setSendBufferSize(int size) | Poco::Net::SocketImpl | virtual |
setSendTimeout(const Poco::Timespan &timeout) | Poco::Net::SocketImpl | virtual |
shutdown() | Poco::Net::SocketImpl | virtual |
shutdownReceive() | Poco::Net::SocketImpl | virtual |
shutdownSend() | Poco::Net::SocketImpl | virtual |
Socket | Poco::Net::SocketImpl | friend |
socketError() | Poco::Net::SocketImpl | |
SocketImpl() | Poco::Net::SocketImpl | protected |
SocketImpl(poco_socket_t sockfd) | Poco::Net::SocketImpl | protected |
SocketImpl(const SocketImpl &) | Poco::Net::SocketImpl | private |
sockfd() const | Poco::Net::SocketImpl | inline |
~RefCountedObject() | Poco::RefCountedObject | protectedvirtual |
~SocketImpl() | Poco::Net::SocketImpl | protectedvirtual |