This is the complete list of members for ClientContext, including all inherited members.
| _consume(size_t size) | ClientContext | private |
| _discard_cb | ClientContext | private |
| _discard_cb_arg | ClientContext | private |
| _error(err_t err) | ClientContext | private |
| _next | ClientContext | private |
| _pcb | ClientContext | private |
| _poll(tcp_pcb *pcb) | ClientContext | private |
| _recv(tcp_pcb *pcb, pbuf *pb, err_t err) | ClientContext | private |
| _refcnt | ClientContext | private |
| _rx_buf | ClientContext | private |
| _rx_buf_offset | ClientContext | private |
| _s_error(void *arg, err_t err) | ClientContext | privatestatic |
| _s_poll(void *arg, struct tcp_pcb *tpcb) | ClientContext | privatestatic |
| _s_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *pb, err_t err) | ClientContext | privatestatic |
| _s_sent(void *arg, struct tcp_pcb *tpcb, uint16_t len) | ClientContext | privatestatic |
| _send_waiting | ClientContext | private |
| _sent(tcp_pcb *pcb, uint16_t len) | ClientContext | private |
| _size_sent | ClientContext | private |
| abort() | ClientContext | |
| ClientContext(tcp_pcb *pcb, discard_cb_t discard_cb, void *discard_cb_arg) | ClientContext | |
| close() | ClientContext | |
| flush() | ClientContext | |
| getLocalAddress() | ClientContext | |
| getLocalPort() | ClientContext | |
| getNoDelay() | ClientContext | |
| getRemoteAddress() | ClientContext | |
| getRemotePort() | ClientContext | |
| getSize() const | ClientContext | |
| next() const | ClientContext | |
| next(ClientContext *new_next) | ClientContext | |
| peek() | ClientContext | |
| peekBytes(char *dst, size_t size) | ClientContext | |
| read() | ClientContext | |
| read(char *dst, size_t size) | ClientContext | |
| ref() | ClientContext | |
| setNoDelay(bool nodelay) | ClientContext | |
| state() const | ClientContext | |
| unref() | ClientContext | |
| write(const char *data, size_t size) | ClientContext | |
| ~ClientContext() | ClientContext | |