Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
TcpClient Member List

This is the complete list of members for TcpClient, including all inherited members.

addSslOptions(uint32_t sslOptions) (defined in TcpConnection)TcpConnectioninline
addSslValidator(SslValidatorCallback callback, void *data=nullptr)TcpClientinline
autoSelfDestruct (defined in TcpConnection)TcpConnectionprotected
bufferTcpClientprotected
canSend (defined in TcpConnection)TcpConnectionprotected
close() override (defined in TcpClient)TcpClientvirtual
connect(const String &server, int port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient)TcpClientvirtual
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient)TcpClientvirtual
flush() (defined in TcpConnection)TcpConnection
freeKeyCertAfterHandshake (defined in TcpConnection)TcpConnectionprotected
freeSslClientKeyCert() SMING_DEPRECATEDTcpConnectioninline
freeSslKeyCert()TcpConnectioninline
freeStreams() (defined in TcpClient)TcpClientprotected
getAvailableWriteSize() (defined in TcpConnection)TcpConnectioninline
getConnectionState() (defined in TcpClient)TcpClientinline
getRemoteIp() const (defined in TcpConnection)TcpConnectioninline
getRemotePort() const (defined in TcpConnection)TcpConnectioninline
getSsl() (defined in TcpConnection)TcpConnectioninline
initialize(tcp_pcb *pcb) (defined in TcpConnection)TcpConnectionprotected
internalConnect(IPAddress addr, uint16_t port) (defined in TcpConnection)TcpConnectionprotected
internalOnConnected(err_t err) (defined in TcpConnection)TcpConnectionprotected
internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port) (defined in TcpConnection)TcpConnectionprotected
internalOnError(err_t err) (defined in TcpConnection)TcpConnectionprotected
internalOnPoll() (defined in TcpConnection)TcpConnectionprotected
internalOnReceive(pbuf *p, err_t err) (defined in TcpConnection)TcpConnectionprotected
internalOnSent(uint16_t len) (defined in TcpConnection)TcpConnectionprotected
isProcessing() (defined in TcpClient)TcpClientinline
onConnected(err_t err) override (defined in TcpClient)TcpClientprotectedvirtual
onError(err_t err) override (defined in TcpClient)TcpClientprotectedvirtual
onFinished(TcpClientState finishState) (defined in TcpClient)TcpClientprotectedvirtual
onPoll() (defined in TcpConnection)TcpConnectionprotectedvirtual
onReadyToSendData(TcpConnectionEvent sourceEvent) override (defined in TcpClient)TcpClientprotectedvirtual
onReceive(pbuf *buf) override (defined in TcpClient)TcpClientprotectedvirtual
onSent(uint16_t len) override (defined in TcpClient)TcpClientprotectedvirtual
onSslConnected(SSL *ssl) override (defined in TcpClient)TcpClientinlineprotectedvirtual
pinCertificate(const uint8_t *fingerprint, SslFingerprintType type)TcpClientinline
pinCertificate(SslFingerprints &fingerprints)TcpClientinline
pushAsyncPart() (defined in TcpClient)TcpClientprotected
send(const char *data, uint16_t len, bool forceCloseAfterSent=false) (defined in TcpClient)TcpClient
sendString(const String &data, bool forceCloseAfterSent=false) (defined in TcpClient)TcpClientinline
setBuffer(ReadWriteStream *stream) (defined in TcpClient)TcpClientprotected
setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr)TcpClientinline
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate)TcpConnectioninline
setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr)TcpClientinline
setSsl(SSL *ssl) (defined in TcpConnection)TcpConnectioninline
setSslClientKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false) SMING_DEPRECATEDTcpConnectioninline
setSslClientKeyCert(const SslKeyCertPair &clientKeyCert, bool freeAfterHandshake=false) SMING_DEPRECATEDTcpConnectioninline
setSslKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false)TcpConnectioninline
setSslKeyCert(const SslKeyCertPair &keyCert, bool freeAfterHandshake=false)TcpConnectioninline
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection)TcpConnection
sleep (defined in TcpConnection)TcpConnectionprotected
ssl (defined in TcpConnection)TcpConnectionprotected
sslConnected (defined in TcpConnection)TcpConnectionprotected
sslContext (defined in TcpConnection)TcpConnectionprotected
sslExtension (defined in TcpConnection)TcpConnectionprotected
sslKeyCert (defined in TcpConnection)TcpConnectionprotected
sslOptions (defined in TcpConnection)TcpConnectionprotected
sslSessionId (defined in TcpConnection)TcpConnectionprotected
streamTcpClientprotected
tcp (defined in TcpConnection)TcpConnectionprotected
TcpClient(bool autoDestruct) (defined in TcpClient)TcpClientinline
TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) (defined in TcpClient)TcpClientinline
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient)TcpClientinline
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient)TcpClientinline
TcpClient(TcpClientDataDelegate onReceive) (defined in TcpClient)TcpClientinlineexplicit
TcpConnection(bool autoDestruct) (defined in TcpConnection)TcpConnectioninline
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection)TcpConnectioninline
timeOutTcpConnectionprotected
useSsl (defined in TcpConnection)TcpConnectionprotected
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY)TcpConnectionvirtual
write(IDataSourceStream *stream) (defined in TcpConnection)TcpConnection
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnectioninline
writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnectioninline
~TcpClient() (defined in TcpClient)TcpClientinline
~TcpConnection() (defined in TcpConnection)TcpConnectionvirtual