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.
addSslOptions(uint32_t sslOptions) (defined in TcpConnection) | TcpConnection | inline |
addSslValidator(SslValidatorCallback callback, void *data=nullptr) | TcpClient | inline |
autoSelfDestruct (defined in TcpConnection) | TcpConnection | protected |
buffer | TcpClient | protected |
canSend (defined in TcpConnection) | TcpConnection | protected |
cleanup() (defined in HttpConnection) | HttpConnection | inlinevirtual |
close() override (defined in TcpClient) | TcpClient | virtual |
connect(const String &server, int port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient) | TcpClient | virtual |
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) override (defined in TcpClient) | TcpClient | virtual |
flush() (defined in TcpConnection) | TcpConnection | |
freeKeyCertAfterHandshake (defined in TcpConnection) | TcpConnection | protected |
freeSslClientKeyCert() SMING_DEPRECATED | TcpConnection | inline |
freeSslKeyCert() | TcpConnection | inline |
freeStreams() (defined in TcpClient) | TcpClient | protected |
getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | inline |
getConnectionState() (defined in TcpClient) | TcpClient | inline |
getLastModifiedDate() const SMING_DEPRECATED | HttpConnection | inline |
getRemoteIp() const (defined in TcpConnection) | TcpConnection | inline |
getRemotePort() const (defined in TcpConnection) | TcpConnection | inline |
getRequest() override | HttpServerConnection | inlinevirtual |
getResponse() | HttpConnection | inline |
getResponseCode() const SMING_DEPRECATED | HttpConnection | inline |
getResponseHeader(const String &headerName, const String &defaultValue=nullptr) const SMING_DEPRECATED | HttpConnection | inline |
getResponseHeaders() SMING_DEPRECATED | HttpConnection | inline |
getResponseString() SMING_DEPRECATED | HttpConnection | inline |
getServerDate() const SMING_DEPRECATED | HttpConnection | inline |
getSsl() (defined in TcpConnection) | TcpConnection | inline |
header | HttpConnection | protected |
HttpConnection(http_parser_type type, bool autoDestruct=false) (defined in HttpConnection) | HttpConnection | inline |
HttpConnection(tcp_pcb *connection, http_parser_type type) (defined in HttpConnection) | HttpConnection | inline |
HttpServerConnection(tcp_pcb *clientTcp) (defined in HttpServerConnection) | HttpServerConnection | inline |
incomingHeaders | HttpConnection | protected |
init(http_parser_type type) | HttpConnection | protectedvirtual |
initialize(tcp_pcb *pcb) (defined in TcpConnection) | TcpConnection | protected |
internalConnect(IPAddress addr, uint16_t port) (defined in TcpConnection) | TcpConnection | protected |
internalOnConnected(err_t err) (defined in TcpConnection) | TcpConnection | protected |
internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port) (defined in TcpConnection) | TcpConnection | protected |
internalOnError(err_t err) (defined in TcpConnection) | TcpConnection | protected |
internalOnPoll() (defined in TcpConnection) | TcpConnection | protected |
internalOnReceive(pbuf *p, err_t err) (defined in TcpConnection) | TcpConnection | protected |
internalOnSent(uint16_t len) (defined in TcpConnection) | TcpConnection | protected |
isActive() (defined in HttpConnection) | HttpConnection | |
isProcessing() (defined in TcpClient) | TcpClient | inline |
onBody(const char *at, size_t length) override | HttpServerConnection | protectedvirtual |
onChunkComplete(http_parser *parser) (defined in HttpConnection) | HttpConnection | inlineprotectedvirtual |
onChunkHeader(http_parser *parser) (defined in HttpConnection) | HttpConnection | inlineprotectedvirtual |
onConnected(err_t err) override (defined in TcpClient) | TcpClient | protectedvirtual |
onError(err_t err) override (defined in HttpConnection) | HttpConnection | protectedvirtual |
onFinished(TcpClientState finishState) (defined in TcpClient) | TcpClient | protectedvirtual |
onHeadersComplete(const HttpHeaders &headers) override | HttpServerConnection | protectedvirtual |
onHttpError(http_errno error) override (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
onMessageBegin(http_parser *parser) override | HttpServerConnection | protectedvirtual |
onMessageComplete(http_parser *parser) override | HttpServerConnection | protectedvirtual |
onPath(const Url &path) override | HttpServerConnection | protectedvirtual |
onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
onProtocolUpgrade(http_parser *parser) override | HttpServerConnection | inlineprotectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) override (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
onReceive(pbuf *buf) override (defined in TcpClient) | TcpClient | protectedvirtual |
onSent(uint16_t len) override (defined in TcpClient) | TcpClient | protectedvirtual |
onSslConnected(SSL *ssl) override (defined in TcpClient) | TcpClient | inlineprotectedvirtual |
onStatus(http_parser *parser) (defined in HttpConnection) | HttpConnection | inlineprotectedvirtual |
onTcpReceive(TcpClient &client, char *data, int size) (defined in HttpConnection) | HttpConnection | protectedvirtual |
parser (defined in HttpConnection) | HttpConnection | protected |
parserSettings | HttpConnection | protectedstatic |
pinCertificate(const uint8_t *fingerprint, SslFingerprintType type) | TcpClient | inline |
pinCertificate(SslFingerprints &fingerprints) | TcpClient | inline |
pushAsyncPart() (defined in TcpClient) | TcpClient | protected |
reset() (defined in HttpConnection) | HttpConnection | inlinevirtual |
resetHeaders() | HttpConnection | protected |
response (defined in HttpConnection) | HttpConnection | protected |
send() (defined in HttpServerConnection) | HttpServerConnection | inline |
send(HttpRequest *request) (defined in HttpConnection) | HttpConnection | inlinevirtual |
send(const char *data, uint16_t len, bool forceCloseAfterSent=false) (defined in TcpClient) | TcpClient | |
sendError(const String &message=nullptr, enum http_status code=HTTP_STATUS_BAD_REQUEST) (defined in HttpServerConnection) | HttpServerConnection | protectedvirtual |
sendString(const String &data, bool forceCloseAfterSent=false) (defined in TcpClient) | TcpClient | inline |
setBodyParsers(const BodyParsers *bodyParsers) (defined in HttpServerConnection) | HttpServerConnection | inline |
setBuffer(ReadWriteStream *stream) (defined in TcpClient) | TcpClient | protected |
setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr) | TcpClient | inline |
setDefaultParser() (defined in HttpConnection) | HttpConnection | virtual |
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inline |
setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr) | TcpClient | inline |
setResourceTree(HttpResourceTree *resourceTree) (defined in HttpServerConnection) | HttpServerConnection | inline |
setSsl(SSL *ssl) (defined in TcpConnection) | TcpConnection | inline |
setSslClientKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false) SMING_DEPRECATED | TcpConnection | inline |
setSslClientKeyCert(const SslKeyCertPair &clientKeyCert, bool freeAfterHandshake=false) SMING_DEPRECATED | TcpConnection | inline |
setSslKeyCert(const uint8_t *key, int keyLength, const uint8_t *certificate, int certificateLength, const char *keyPassword=nullptr, bool freeAfterHandshake=false) | TcpConnection | inline |
setSslKeyCert(const SslKeyCertPair &keyCert, bool freeAfterHandshake=false) | TcpConnection | inline |
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection) | TcpConnection | |
setUpgradeCallback(HttpServerProtocolUpgradeCallback callback) (defined in HttpServerConnection) | HttpServerConnection | inline |
sleep (defined in TcpConnection) | TcpConnection | protected |
ssl (defined in TcpConnection) | TcpConnection | protected |
sslConnected (defined in TcpConnection) | TcpConnection | protected |
sslContext (defined in TcpConnection) | TcpConnection | protected |
sslExtension (defined in TcpConnection) | TcpConnection | protected |
sslKeyCert (defined in TcpConnection) | TcpConnection | protected |
sslOptions (defined in TcpConnection) | TcpConnection | protected |
sslSessionId (defined in TcpConnection) | TcpConnection | protected |
state (defined in HttpConnection) | HttpConnection | protected |
stream | TcpClient | protected |
tcp (defined in TcpConnection) | TcpConnection | protected |
TcpClient(bool autoDestruct) (defined in TcpClient) | TcpClient | inline |
TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) (defined in TcpClient) | TcpClient | inline |
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient) | TcpClient | inline |
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr) (defined in TcpClient) | TcpClient | inline |
TcpClient(TcpClientDataDelegate onReceive) (defined in TcpClient) | TcpClient | inlineexplicit |
TcpConnection(bool autoDestruct) (defined in TcpConnection) | TcpConnection | inline |
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection) | TcpConnection | inline |
timeOut | TcpConnection | protected |
userData | HttpServerConnection | |
useSsl (defined in TcpConnection) | TcpConnection | protected |
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) | TcpConnection | virtual |
write(IDataSourceStream *stream) (defined in TcpConnection) | TcpConnection | |
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | inline |
writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | inline |
~HttpServerConnection() (defined in HttpServerConnection) | HttpServerConnection | inline |
~TcpClient() (defined in TcpClient) | TcpClient | inline |
~TcpConnection() (defined in TcpConnection) | TcpConnection | virtual |