Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
This is the complete list of members for TcpClient, including all inherited members.
addSslOptions(uint32_t sslOptions) (defined in TcpConnection) | TcpConnection | inline |
addSslValidator(SslValidatorCallback callback, void *data=nullptr) | TcpClient | inline |
autoSelfDestruct (defined in TcpConnection) | TcpConnection | protected |
buffer | TcpClient | protected |
canSend (defined in TcpConnection) | TcpConnection | protected |
close() override (defined in TcpClient) | TcpClient | virtual |
connect(const String &server, int port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient) | TcpClient | virtual |
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient) | TcpClient | virtual |
flush() (defined in TcpConnection) | TcpConnection | |
freeKeyCertAfterHandshake (defined in TcpConnection) | TcpConnection | protected |
freeSslClientKeyCert() SMING_DEPRECATED | TcpConnection | inline |
freeSslKeyCert() | TcpConnection | inline |
freeStreams() (defined in TcpClient) | TcpClient | protected |
getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | inline |
getConnectionState() (defined in TcpClient) | TcpClient | inline |
getRemoteIp() const (defined in TcpConnection) | TcpConnection | inline |
getRemotePort() const (defined in TcpConnection) | TcpConnection | inline |
getSsl() (defined in TcpConnection) | TcpConnection | inline |
initialize(tcp_pcb *pcb) (defined in TcpConnection) | TcpConnection | protected |
internalConnect(IPAddress addr, uint16_t port) (defined in TcpConnection) | TcpConnection | protected |
internalOnConnected(err_t err) (defined in TcpConnection) | TcpConnection | protected |
internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port) (defined in TcpConnection) | TcpConnection | protected |
internalOnError(err_t err) (defined in TcpConnection) | TcpConnection | protected |
internalOnPoll() (defined in TcpConnection) | TcpConnection | protected |
internalOnReceive(pbuf *p, err_t err) (defined in TcpConnection) | TcpConnection | protected |
internalOnSent(uint16_t len) (defined in TcpConnection) | TcpConnection | protected |
isProcessing() (defined in TcpClient) | TcpClient | inline |
onConnected(err_t err) override (defined in TcpClient) | TcpClient | protectedvirtual |
onError(err_t err) override (defined in TcpClient) | TcpClient | protectedvirtual |
onFinished(TcpClientState finishState) (defined in TcpClient) | TcpClient | protectedvirtual |
onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) override (defined in TcpClient) | TcpClient | protectedvirtual |
onReceive(pbuf *buf) override (defined in TcpClient) | TcpClient | protectedvirtual |
onSent(uint16_t len) override (defined in TcpClient) | TcpClient | protectedvirtual |
onSslConnected(SSL *ssl) override (defined in TcpClient) | TcpClient | inlineprotectedvirtual |
pinCertificate(const uint8_t *fingerprint, SslFingerprintType type) | TcpClient | inline |
pinCertificate(SslFingerprints &fingerprints) | TcpClient | inline |
pushAsyncPart() (defined in TcpClient) | TcpClient | protected |
send(const char *data, uint16_t len, bool forceCloseAfterSent=false) (defined in TcpClient) | TcpClient | |
sendString(const String &data, bool forceCloseAfterSent=false) (defined in TcpClient) | TcpClient | inline |
setBuffer(ReadWriteStream *stream) (defined in TcpClient) | TcpClient | protected |
setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr) | TcpClient | inline |
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inline |
setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr) | TcpClient | inline |
setSsl(SSL *ssl) (defined in TcpConnection) | TcpConnection | inline |
setSslClientKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false) SMING_DEPRECATED | TcpConnection | inline |
setSslClientKeyCert(const SslKeyCertPair &clientKeyCert, bool freeAfterHandshake=false) SMING_DEPRECATED | TcpConnection | inline |
setSslKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false) | TcpConnection | inline |
setSslKeyCert(const SslKeyCertPair &keyCert, bool freeAfterHandshake=false) | TcpConnection | inline |
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection) | TcpConnection | |
sleep (defined in TcpConnection) | TcpConnection | protected |
ssl (defined in TcpConnection) | TcpConnection | protected |
sslConnected (defined in TcpConnection) | TcpConnection | protected |
sslContext (defined in TcpConnection) | TcpConnection | protected |
sslExtension (defined in TcpConnection) | TcpConnection | protected |
sslKeyCert (defined in TcpConnection) | TcpConnection | protected |
sslOptions (defined in TcpConnection) | TcpConnection | protected |
sslSessionId (defined in TcpConnection) | TcpConnection | protected |
stream | TcpClient | protected |
tcp (defined in TcpConnection) | TcpConnection | protected |
TcpClient(bool autoDestruct) (defined in TcpClient) | TcpClient | inline |
TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) (defined in TcpClient) | TcpClient | inline |
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient) | TcpClient | inline |
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient) | TcpClient | inline |
TcpClient(TcpClientDataDelegate onReceive) (defined in TcpClient) | TcpClient | inlineexplicit |
TcpConnection(bool autoDestruct) (defined in TcpConnection) | TcpConnection | inline |
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection) | TcpConnection | inline |
timeOut | TcpConnection | protected |
useSsl (defined in TcpConnection) | TcpConnection | protected |
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | virtual |
write(IDataSourceStream *stream) (defined in TcpConnection) | TcpConnection | |
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | inline |
writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | inline |
~TcpClient() (defined in TcpClient) | TcpClient | inline |
~TcpConnection() (defined in TcpConnection) | TcpConnection | virtual |