PPL7-Icon Patrick's Programming Library Version 7.0.0 - Dokumentation
ppl7::TCPSocket Elementverzeichnis

Vollständige Aufstellung aller Elemente für ppl7::TCPSocket einschließlich aller geerbten Elemente.

bind(const String &host, int port)ppl7::TCPSocket
connect(const String &host_and_port)ppl7::TCPSocket
connect(const String &host, int port)ppl7::TCPSocket
connect_timeout_secppl7::TCPSocketprivate
connect_timeout_usecppl7::TCPSocketprivate
connectedppl7::TCPSocketprivate
disconnect()ppl7::TCPSocket
getDescriptor()ppl7::TCPSocket
getPeerAddr() const ppl7::TCPSocket
getSockAddr() const ppl7::TCPSocket
HostNameppl7::TCPSocketprivate
isConnected() const ppl7::TCPSocket
islistenppl7::TCPSocketprivate
isListening() const ppl7::TCPSocket
isReadable()ppl7::TCPSocket
isWriteable()ppl7::TCPSocket
listen(int backlog=64, int timeout=100)ppl7::TCPSocket
mutexppl7::TCPSocketprivate
PortNumppl7::TCPSocketprivate
read(void *buffer, size_t bytes)ppl7::TCPSocket
read(String &buffer, size_t bytes)ppl7::TCPSocket
read(ByteArray &buffer, size_t bytes)ppl7::TCPSocket
receiveConnect(TCPSocket *socket, const String &host, int port)ppl7::TCPSocketvirtual
setBlocking(bool value)ppl7::TCPSocket
setSource(const String &interface_name, int port=0)ppl7::TCPSocket
setTimeoutConnect(int seconds, int useconds)ppl7::TCPSocket
setTimeoutRead(int seconds, int useconds)ppl7::TCPSocket
setTimeoutWrite(int seconds, int useconds)ppl7::TCPSocket
shutdown()ppl7::TCPSocket
signalStopListen()ppl7::TCPSocket
socketppl7::TCPSocketprivate
SourceInterfaceppl7::TCPSocketprivate
SourcePortppl7::TCPSocketprivate
sslppl7::TCPSocketprivate
SSL_Read(void *buffer, int bytes)ppl7::TCPSocketprivate
SSL_Write(const void *buffer, int size)ppl7::TCPSocketprivate
sslAccept(SSLContext &context)ppl7::TCPSocket
sslCheckCertificate(const ppl7::String &name, bool AcceptSelfSignedCert=false)ppl7::TCPSocket
sslcontextppl7::TCPSocketprivate
sslStart(SSLContext &context)ppl7::TCPSocket
sslStop()ppl7::TCPSocket
sslWaitForAccept(int timeout=0)ppl7::TCPSocket
stoplistenppl7::TCPSocketprivate
stopListen()ppl7::TCPSocket
TCPSocket()ppl7::TCPSocket
waitForIncomingData(int seconds, int useconds)ppl7::TCPSocket
waitForMessage(SocketMessage &msg, int timeout_seconds=0, Thread *watch_thread=NULL)ppl7::TCPSocket
waitForOutgoingData(int seconds, int useconds)ppl7::TCPSocket
write(const String &str, size_t bytes=0)ppl7::TCPSocket
write(const WideString &str, size_t bytes=0)ppl7::TCPSocket
write(const ByteArrayPtr &bin, size_t bytes=0)ppl7::TCPSocket
write(const void *buffer, size_t bytes)ppl7::TCPSocket
write(const SocketMessage &msg)ppl7::TCPSocket
writef(const char *fmt,...)ppl7::TCPSocket
~TCPSocket()ppl7::TCPSocketvirtual