Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
This is the complete list of members for HttpServerConnection, including all inherited members.
autoSelfDestruct (defined in TcpConnection) | TcpConnection | protected |
beginSendData() (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
canSend (defined in TcpConnection) | TcpConnection | protected |
close() (defined in HttpServerConnection) | HttpServerConnection | virtual |
closeTcpConnection(tcp_pcb *tpcb) (defined in TcpConnection) | TcpConnection | protectedstatic |
connect(String server, int port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | virtual |
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | virtual |
flush() (defined in TcpConnection) | TcpConnection | |
getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | inline |
getRemoteIp() (defined in TcpConnection) | TcpConnection | inline |
getRemotePort() (defined in TcpConnection) | TcpConnection | inline |
HttpRequest (defined in HttpServerConnection) | HttpServerConnection | friend |
HttpResponse (defined in HttpServerConnection) | HttpServerConnection | friend |
HttpServerConnection(HttpServer *parentServer, tcp_pcb *clientTcp) (defined in HttpServerConnection) | HttpServerConnection | |
initialize(tcp_pcb *pcb) (defined in TcpConnection) | TcpConnection | protected |
internalTcpConnect(IPAddress addr, uint16_t port) (defined in TcpConnection) | TcpConnection | protected |
onConnected(err_t err) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onError(err_t err) (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
onReceive(pbuf *buf) (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
onSent(uint16_t len) (defined in TcpConnection) | TcpConnection | protectedvirtual |
sendError(const char *message=NULL) (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
setDisconnectionHandler(HttpServerConnectionDelegate handler) (defined in HttpServerConnection) | HttpServerConnection | |
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection) | TcpConnection | |
sleep (defined in TcpConnection) | TcpConnection | protected |
staticDnsResponse(const char *name, ip_addr_t *ipaddr, void *arg) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnConnected(void *arg, tcp_pcb *tcp, err_t err) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnError(void *arg, err_t err) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnPoll(void *arg, tcp_pcb *tcp) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnReceive(void *arg, tcp_pcb *tcp, pbuf *p, err_t err) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnSent(void *arg, tcp_pcb *tcp, uint16_t len) (defined in TcpConnection) | TcpConnection | protectedstatic |
tcp (defined in TcpConnection) | TcpConnection | protected |
TcpConnection(bool autoDestruct) (defined in TcpConnection) | TcpConnection | |
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection) | TcpConnection | |
timeOut (defined in TcpConnection) | TcpConnection | protected |
useSsl (defined in TcpConnection) | TcpConnection | protected |
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | virtual |
write(IDataSourceStream *stream) (defined in TcpConnection) | TcpConnection | |
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | |
writeString(const String data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | |
~HttpServerConnection() (defined in HttpServerConnection) | HttpServerConnection | virtual |
~TcpConnection() (defined in TcpConnection) | TcpConnection | virtual |