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

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

addSslOptions(uint32_t sslOptions) (defined in TcpConnection)TcpConnectioninline
autoSelfDestruct (defined in TcpConnection)TcpConnectionprotected
canSend (defined in TcpConnection)TcpConnectionprotected
close() (defined in TcpConnection)TcpConnectionvirtual
connect(const String &server, int port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection)TcpConnectionvirtual
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection)TcpConnectionvirtual
flush() (defined in TcpConnection)TcpConnection
freeKeyCertAfterHandshake (defined in TcpConnection)TcpConnectionprotected
freeSslClientKeyCert() SMING_DEPRECATEDTcpConnectioninline
freeSslKeyCert()TcpConnectioninline
getAvailableWriteSize() (defined in TcpConnection)TcpConnectioninline
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
onConnected(err_t err) (defined in TcpConnection)TcpConnectionprotectedvirtual
onError(err_t err) (defined in TcpConnection)TcpConnectionprotectedvirtual
onPoll() (defined in TcpConnection)TcpConnectionprotectedvirtual
onReadyToSendData(TcpConnectionEvent sourceEvent) (defined in TcpConnection)TcpConnectionprotectedvirtual
onReceive(pbuf *buf) (defined in TcpConnection)TcpConnectionprotectedvirtual
onSent(uint16_t len) (defined in TcpConnection)TcpConnectionprotectedvirtual
onSslConnected(SSL *ssl) (defined in TcpConnection)TcpConnectionprotectedvirtual
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate)TcpConnectioninline
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
tcp (defined in TcpConnection)TcpConnectionprotected
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
~TcpConnection() (defined in TcpConnection)TcpConnectionvirtual