CustomFtpServer Member List
This is the complete list of members for CustomFtpServer, including all inherited members.
| active | TcpServer | protected |
| activeClients | TcpServer | |
| autoSelfDestruct | TcpConnection | protected |
| canSend | TcpConnection | protected |
| close() | TcpConnection | virtual |
| connect(const String &server, int port, bool useSsl=false) | TcpConnection | virtual |
| connect(IpAddress addr, uint16_t port, bool useSsl=false) | TcpConnection | virtual |
| connections | TcpServer | protected |
| createClient(tcp_pcb *clientTcp) override | CustomFtpServer | protectedvirtual |
| CustomFtpServer(IFS::FileSystem *fileSystem=nullptr) | CustomFtpServer | inline |
| enableSsl(const String &hostName=nullptr) | TcpConnection | |
| flush() | TcpConnection | |
| FtpServerConnection class | CustomFtpServer | friend |
| getAvailableWriteSize() | TcpConnection | inline |
| getConnections() const | TcpServer | inline |
| getFileSystem() const | CustomFtpServer | inlineprotected |
| getRemoteIp() const | TcpConnection | inline |
| getRemotePort() const | TcpConnection | inline |
| 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 |
| joinMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
| joinMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
| leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
| leaveMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
| listen(int port, bool useSsl=false) | TcpServer | virtual |
| maxConnections | TcpServer | protected |
| minHeapSize | TcpServer | protected |
| onAccept(tcp_pcb *clientTcp, err_t err) | TcpServer | protectedvirtual |
| onClient(TcpClient *client) | TcpServer | protectedvirtual |
| onClientComplete(TcpClient &client, bool successful) | TcpServer | protectedvirtual |
| onClientDestroy(TcpConnection &connection) | TcpServer | protectedvirtual |
| onClientReceive(TcpClient &client, char *data, int size) | TcpServer | protectedvirtual |
| onClosed() | TcpConnection | inlineprotectedvirtual |
| onCommand([[maybe_unused]] String cmd, [[maybe_unused]] String data, [[maybe_unused]] FtpServerConnection &connection) | CustomFtpServer | inlineprotectedvirtual |
| onConnected(err_t err) | TcpConnection | protectedvirtual |
| onError(err_t err) | TcpConnection | protectedvirtual |
| onPoll() | TcpConnection | protectedvirtual |
| onReadyToSendData(TcpConnectionEvent sourceEvent) | TcpConnection | protectedvirtual |
| onReceive(pbuf *buf) | TcpConnection | protectedvirtual |
| onSent(uint16_t len) | TcpConnection | protectedvirtual |
| setAutoSelfDestruct(bool state) | TcpConnection | inline |
| setClientReceiveHandler(TcpClientDataDelegate clientReceiveDataHandler) | TcpServer | inline |
| setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inline |
| setKeepAlive(uint16_t seconds) | TcpServer | |
| setSslConnection(Ssl::Connection *connection) | TcpConnection | inline |
| setSslInitHandler(Ssl::Session::InitDelegate handler) | TcpConnection | inline |
| setTimeOut(uint16_t waitTimeOut) | TcpConnection | |
| shutdown() | TcpServer | |
| 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 |
| TcpServer() | TcpServer | inline |
| TcpServer(TcpClientConnectDelegate onClientHandler, TcpClientDataDelegate clientReceiveDataHandler, TcpClientCompleteDelegate clientCompleteHandler) | TcpServer | inline |
| TcpServer(TcpClientDataDelegate clientReceiveDataHandler, TcpClientCompleteDelegate clientCompleteHandler) | TcpServer | inline |
| TcpServer(TcpClientDataDelegate clientReceiveDataHandler) | TcpServer | inline |
| timeOut | TcpConnection | protected |
| trySend(TcpConnectionEvent event) | TcpConnection | inlineprotected |
| useSsl | TcpConnection | protected |
| validateUser(const char *login, const char *pass)=0 | CustomFtpServer | pure virtual |
| 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 |
| ~TcpServer() | TcpServer | inline |
1.9.1