FtpServerConnection Member List
This is the complete list of members for FtpServerConnection, including all inherited members.
| autoSelfDestruct | TcpConnection | protected |
| canSend | TcpConnection | protected |
| close() | TcpConnection | virtual |
| cmdPort(const String &data) | FtpServerConnection | protected |
| connect(const String &server, int port, bool useSsl=false) | TcpConnection | virtual |
| connect(IpAddress addr, uint16_t port, bool useSsl=false) | TcpConnection | virtual |
| createDataConnection(TcpConnection *connection) | FtpServerConnection | protected |
| dataTransferFinished(TcpConnection *connection) | FtpServerConnection | |
| flush() | TcpConnection | |
| FtpDataStream class | FtpServerConnection | friend |
| FtpServer class | FtpServerConnection | friend |
| FtpServerConnection(FtpServer *parentServer, tcp_pcb *clientTcp) | FtpServerConnection | inline |
| getAvailableWriteSize() | TcpConnection | inline |
| getRemoteIp() const | TcpConnection | inline |
| getRemotePort() const | TcpConnection | inline |
| getSplitterPos(const String &data, char splitter, uint8_t number) | FtpServerConnection | protected |
| getSsl() | TcpConnection | inline |
| initialize(tcp_pcb *pcb) | TcpConnection | protected |
| internalConnect(IpAddress addr, uint16_t port) | TcpConnection | protected |
| internalOnConnected(err_t err) | TcpConnection | protected |
| internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port) | TcpConnection | protected |
| internalOnError(err_t err) | TcpConnection | protected |
| internalOnPoll() | TcpConnection | protected |
| internalOnReceive(pbuf *p, err_t err) | TcpConnection | protected |
| internalOnSent(uint16_t len) | TcpConnection | protected |
| isCanTransfer() | FtpServerConnection | inlineprotected |
| makeFileName(String name, bool shortIt) | FtpServerConnection | protected |
| onCommand(String cmd, String data) | FtpServerConnection | protectedvirtual |
| onConnected(err_t err) | TcpConnection | protectedvirtual |
| onError(err_t err) | TcpConnection | protectedvirtual |
| onPoll() | TcpConnection | protectedvirtual |
| onReadyToSendData(TcpConnectionEvent sourceEvent) override | FtpServerConnection | virtual |
| onReceive(pbuf *buf) override | FtpServerConnection | virtual |
| onSent(uint16_t len) override | FtpServerConnection | virtual |
| response(int code, String text="") | FtpServerConnection | protectedvirtual |
| setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inline |
| setSslConnection(Ssl::Connection *connection) | TcpConnection | inline |
| setSslInitHandler(Ssl::Session::InitDelegate handler) | TcpConnection | inline |
| setTimeOut(uint16_t waitTimeOut) | TcpConnection | |
| sleep | TcpConnection | protected |
| ssl | TcpConnection | protected |
| sslCreateSession() | TcpConnection | protected |
| sslInit | TcpConnection | protected |
| sslInitSession(Ssl::Session &session) | TcpConnection | inlineprotectedvirtual |
| tcp | TcpConnection | protected |
| TcpConnection(bool autoDestruct) | TcpConnection | inline |
| TcpConnection(tcp_pcb *connection, bool autoDestruct) | TcpConnection | inline |
| timeOut | TcpConnection | protected |
| trySend(TcpConnectionEvent event) | TcpConnection | inlineprotected |
| useSsl | TcpConnection | protected |
| write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | virtual |
| write(IDataSourceStream *stream) | TcpConnection | |
| writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | inline |
| writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | inline |
| ~TcpConnection() | TcpConnection | virtual |
1.8.13