A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fhessel.github.io/esp32_https_server/ConnectionContext_8hpp_source.html below:

ESP32 HTTPS Server: /home/frank/Projekte/esp32/https_server/esp32_https_server/src/ConnectionContext.hpp Source File

1 #ifndef SRC_CONNECTIONCONTEXT_HPP_ 2 #define SRC_CONNECTIONCONTEXT_HPP_ 8 #include "openssl/ssl.h" 13 class

WebsocketHandler;

23  virtual void

signalRequestError() = 0;

24  virtual void

signalClientClose() = 0;

25  virtual size_t

getCacheSize() = 0;

27  virtual size_t

readBuffer(byte* buffer,

size_t

length) = 0;

28  virtual size_t

pendingBufferSize() = 0;

30  virtual size_t

writeBuffer(byte* buffer,

size_t

length) = 0;

32  virtual bool

isSecure() = 0;

34  virtual

IPAddress getClientIP() = 0;

Definition: WebsocketHandler.hpp:34

Internal class to handle the state of a connection.

Definition: ConnectionContext.hpp:18

Definition: ConnectionContext.cpp:3


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4