FtpServerConnection Member List
This is the complete list of members for FtpServerConnection, including all inherited members.
| autoSelfDestruct | TcpConnection | protected |
| canSend | TcpConnection | protected |
| checkFileAccess(const char *filename, IFS::OpenFlags flags) | FtpServerConnection | 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 |
| CustomFtpServer class | FtpServerConnection | friend |
| dataStreamDestroyed(TcpConnection *connection) | FtpServerConnection | |
| dataTransferFinished(TcpConnection *connection) | FtpServerConnection | |
| enableSsl(const String &hostName=nullptr) | TcpConnection | |
| flush() | TcpConnection | |
| FtpDataStream class | FtpServerConnection | friend |
| FtpServerConnection(CustomFtpServer &parentServer, tcp_pcb *clientTcp) | FtpServerConnection | |
| getAvailableWriteSize() | TcpConnection | inline |
| getFileSystem() | FtpServerConnection | |
| getRemoteIp() const | TcpConnection | inline |
| getRemotePort() const | TcpConnection | inline |
| getSsl() | TcpConnection | inline |
| getUser() const | FtpServerConnection | 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 |
| joinMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
| joinMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
| leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
| leaveMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
| MAX_FTP_CMD | FtpServerConnection | static |
| onClosed() | TcpConnection | inlineprotectedvirtual |
| 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) | TcpConnection | protectedvirtual |
| onReceive(pbuf *buf) override | FtpServerConnection | virtual |
| onSent(uint16_t len) override | FtpServerConnection | virtual |
| resolvePath(const char *name) | FtpServerConnection | protected |
| response(int code, String text=nullptr, char sep=' ') | FtpServerConnection | virtual |
| setAutoSelfDestruct(bool state) | TcpConnection | inline |
| setDataConnection(FtpDataStream *connection) | FtpServerConnection | protected |
| 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.9.1