TcpClient Member List
This is the complete list of members for TcpClient, including all inherited members.
| autoSelfDestruct | TcpConnection | protected |
| canSend | TcpConnection | protected |
| close() override | TcpClient | virtual |
| commit() | TcpClient | inline |
| connect(const String &server, int port, bool useSsl=false) override | TcpClient | virtual |
| connect(IpAddress addr, uint16_t port, bool useSsl=false) override | TcpClient | virtual |
| enableSsl(const String &hostName=nullptr) | TcpConnection | |
| flush() | TcpConnection | |
| freeStreams() | TcpClient | protected |
| getAvailableWriteSize() | TcpConnection | inline |
| getConnectionState() | TcpClient | inline |
| 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 |
| isProcessing() | TcpClient | inline |
| joinMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
| joinMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
| leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
| leaveMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
| onClosed() override | TcpClient | protectedvirtual |
| onConnected(err_t err) override | TcpClient | protectedvirtual |
| onError(err_t err) override | TcpClient | protectedvirtual |
| onFinished(TcpClientState finishState) | TcpClient | protectedvirtual |
| onPoll() | TcpConnection | protectedvirtual |
| onReadyToSendData(TcpConnectionEvent sourceEvent) override | TcpClient | protectedvirtual |
| onReceive(pbuf *buf) override | TcpClient | protectedvirtual |
| onSent(uint16_t len) override | TcpClient | protectedvirtual |
| pushAsyncPart() | TcpClient | protected |
| send(const char *data, uint16_t len, bool forceCloseAfterSent=false) | TcpClient | |
| send(IDataSourceStream *source, bool forceCloseAfterSent=false) | TcpClient | |
| sendString(const String &data, bool forceCloseAfterSent=false) | TcpClient | inline |
| setAutoSelfDestruct(bool state) | TcpConnection | inline |
| setCloseAfterSent(bool ignoreIncomingData=false) | TcpClient | inline |
| setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr) | TcpClient | inline |
| setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inline |
| setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr) | TcpClient | 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 |
| stream | TcpClient | protected |
| tcp | TcpConnection | protected |
| TcpClient(bool autoDestruct) | TcpClient | inline |
| TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) | TcpClient | inline |
| TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr) | TcpClient | inline |
| TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr) | TcpClient | inline |
| TcpClient(TcpClientDataDelegate onReceive) | TcpClient | inlineexplicit |
| 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 |
| ~TcpClient() | TcpClient | inline |
| ~TcpConnection() | TcpConnection | virtual |
1.9.1