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 FtpDataStream, including all inherited members.
addSslOptions(uint32_t sslOptions) (defined in TcpConnection) | TcpConnection | inline |
autoSelfDestruct (defined in TcpConnection) | TcpConnection | protected |
canSend (defined in TcpConnection) | TcpConnection | protected |
close() (defined in TcpConnection) | TcpConnection | virtual |
completed (defined in FtpDataStream) | FtpDataStream | protected |
connect(const String &server, int port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | virtual |
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | virtual |
finishTransfer() (defined in FtpDataStream) | FtpDataStream | inline |
flush() (defined in TcpConnection) | TcpConnection | |
freeKeyCertAfterHandshake (defined in TcpConnection) | TcpConnection | protected |
freeSslClientKeyCert() SMING_DEPRECATED | TcpConnection | inline |
freeSslKeyCert() | TcpConnection | inline |
FtpDataStream(FtpServerConnection *connection) (defined in FtpDataStream) | FtpDataStream | inlineexplicit |
getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | 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 |
onConnected(err_t err) override (defined in FtpDataStream) | FtpDataStream | inlinevirtual |
onError(err_t err) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) override (defined in FtpDataStream) | FtpDataStream | inlinevirtual |
onReceive(pbuf *buf) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onSent(uint16_t len) override (defined in FtpDataStream) | FtpDataStream | inlinevirtual |
onSslConnected(SSL *ssl) (defined in TcpConnection) | TcpConnection | protectedvirtual |
parent (defined in FtpDataStream) | FtpDataStream | protected |
response(int code, String text=nullptr) (defined in FtpDataStream) | FtpDataStream | inline |
sent (defined in FtpDataStream) | FtpDataStream | protected |
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | 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 |
tcp (defined in TcpConnection) | TcpConnection | protected |
TcpConnection(bool autoDestruct) (defined in TcpConnection) | TcpConnection | inline |
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection) | TcpConnection | inline |
timeOut | TcpConnection | protected |
transferData(TcpConnectionEvent sourceEvent) (defined in FtpDataStream) | FtpDataStream | inlinevirtual |
useSsl (defined in TcpConnection) | TcpConnection | protected |
write(const char *data, int len, uint8_t apiflags=0) override | FtpDataStream | inlinevirtual |
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 |
written (defined in FtpDataStream) | FtpDataStream | protected |
~TcpConnection() (defined in TcpConnection) | TcpConnection | virtual |