HttpClientConnection Member List
This is the complete list of members for HttpClientConnection, including all inherited members.
| autoSelfDestruct | TcpConnection | protected |
| canSend | TcpConnection | protected |
| cleanup() override | HttpClientConnection | protectedvirtual |
| close() override | TcpClient | virtual |
| commit() | TcpClient | inline |
| connect(const String &host, int port, bool useSsl=false) override | HttpClientConnection | virtual |
| HttpConnection::connect(IpAddress addr, uint16_t port, bool useSsl=false) override | TcpClient | virtual |
| flush() | TcpConnection | |
| freeStreams() | TcpClient | protected |
| getAvailableWriteSize() | TcpConnection | inline |
| getConnectionState() | TcpClient | inline |
| getRemoteIp() const | HttpConnection | inline |
| TcpClient::getRemoteIp() const | TcpConnection | inline |
| getRemotePort() const | HttpConnection | inline |
| TcpClient::getRemotePort() const | TcpConnection | inline |
| getRequest() override | HttpClientConnection | inlinevirtual |
| getResponse() | HttpConnection | inline |
| getSsl() | TcpConnection | inline |
| header | HttpConnection | protected |
| HttpClientConnection() | HttpClientConnection | inline |
| HttpConnection(http_parser_type type, bool autoDestruct=false) | HttpConnection | inline |
| HttpConnection(tcp_pcb *connection, http_parser_type type) | HttpConnection | inline |
| incomingHeaders | HttpConnection | protected |
| init(http_parser_type type) | HttpConnection | protectedvirtual |
| 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 |
| isActive() | HttpConnection | |
| isFinished() | HttpClientConnection | inline |
| 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 |
| onBody(const char *at, size_t length) override | HttpClientConnection | protectedvirtual |
| onChunkComplete(http_parser *parser) | HttpConnection | inlineprotectedvirtual |
| onChunkHeader(http_parser *parser) | HttpConnection | inlineprotectedvirtual |
| onClosed() override | HttpClientConnection | protectedvirtual |
| onConnected(err_t err) override | HttpClientConnection | inlineprotectedvirtual |
| onError(err_t err) override | HttpConnection | protectedvirtual |
| onFinished(TcpClientState finishState) | TcpClient | protectedvirtual |
| onHeadersComplete(const HttpHeaders &headers) override | HttpClientConnection | protectedvirtual |
| onHttpError(HttpError error) | HttpConnection | protectedvirtual |
| onMessageBegin(http_parser *parser) override | HttpClientConnection | protectedvirtual |
| onMessageComplete(http_parser *parser) override | HttpClientConnection | protectedvirtual |
| onPath(const Url &uri) | HttpConnection | inlineprotectedvirtual |
| onPoll() | TcpConnection | protectedvirtual |
| onProtocolUpgrade(http_parser *parser) | HttpConnection | inlineprotectedvirtual |
| onReadyToSendData(TcpConnectionEvent sourceEvent) override | HttpClientConnection | protectedvirtual |
| onReceive(pbuf *buf) override | TcpClient | protectedvirtual |
| onSent(uint16_t len) override | TcpClient | protectedvirtual |
| onStatus(http_parser *parser) | HttpConnection | inlineprotectedvirtual |
| onTcpReceive(TcpClient &client, char *data, int size) | HttpConnection | protectedvirtual |
| parser | HttpConnection | protected |
| parserSettings | HttpConnection | protectedstatic |
| pushAsyncPart() | TcpClient | protected |
| reset() override | HttpClientConnection | virtual |
| resetHeaders() | HttpConnection | protected |
| response | HttpConnection | protected |
| send(HttpRequest *request) override | HttpClientConnection | virtual |
| HttpConnection::send(const char *data, uint16_t len, bool forceCloseAfterSent=false) | HttpConnection | |
| TcpClient::send(const char *data, uint16_t len, bool forceCloseAfterSent=false) | TcpClient | |
| TcpClient::send(IDataSourceStream *source, bool forceCloseAfterSent=false) | TcpClient | |
| sendString(const String &data, bool forceCloseAfterSent=false) | TcpClient | inline |
| setCloseAfterSent(bool ignoreIncomingData=false) | TcpClient | inline |
| setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr) | TcpClient | inline |
| setDefaultParser() | HttpConnection | virtual |
| 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) override | HttpClientConnection | inlineprotectedvirtual |
| state | HttpConnection | protected |
| 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 |
| ~HttpClientConnection() | HttpClientConnection | inline |
| ~TcpClient() | TcpClient | inline |
| ~TcpConnection() | TcpConnection | virtual |
1.8.17