HttpServer Member List
This is the complete list of members for HttpServer, including all inherited members.
active | TcpServer | protected |
activeClients | TcpServer | |
autoSelfDestruct | TcpConnection | protected |
canSend | TcpConnection | protected |
close() | TcpConnection | virtual |
configure(const HttpServerSettings &settings) | HttpServer | |
connect(const String &server, int port, bool useSsl=false) | TcpConnection | virtual |
connect(IpAddress addr, uint16_t port, bool useSsl=false) | TcpConnection | virtual |
connections | TcpServer | protected |
createClient(tcp_pcb *clientTcp) override | HttpServer | protectedvirtual |
flush() | TcpConnection | |
getAvailableWriteSize() | TcpConnection | inline |
getConnections() const | TcpServer | inline |
getRemoteIp() const | TcpConnection | inline |
getRemotePort() const | TcpConnection | inline |
getSsl() | TcpConnection | inline |
HttpServer() | HttpServer | inline |
HttpServer(const HttpServerSettings &settings) | HttpServer | inline |
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 |
joinMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
joinMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | |
leaveMulticastGroup(IpAddress multicastIp) | IpConnection | inline |
listen(int port, bool useSsl=false) | TcpServer | virtual |
maxConnections | TcpServer | protected |
minHeapSize | TcpServer | protected |
onAccept(tcp_pcb *clientTcp, err_t err) | TcpServer | protectedvirtual |
onClient(TcpClient *client) | TcpServer | protectedvirtual |
onClientComplete(TcpClient &client, bool successful) | TcpServer | protectedvirtual |
onClientDestroy(TcpConnection &connection) | TcpServer | protectedvirtual |
onClientReceive(TcpClient &client, char *data, int size) | TcpServer | protectedvirtual |
onClosed() | TcpConnection | inlineprotectedvirtual |
onConnected(err_t err) | TcpConnection | protectedvirtual |
onError(err_t err) | TcpConnection | protectedvirtual |
onPoll() | TcpConnection | protectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) | TcpConnection | protectedvirtual |
onReceive(pbuf *buf) | TcpConnection | protectedvirtual |
onSent(uint16_t len) | TcpConnection | protectedvirtual |
paths | HttpServer | |
setAutoSelfDestruct(bool state) | TcpConnection | inline |
setBodyParser(const String &contentType, HttpBodyParserDelegate parser) | HttpServer | inline |
setBodyParser(MimeType mimeType, HttpBodyParserDelegate parser) | HttpServer | inline |
setClientReceiveHandler(TcpClientDataDelegate clientReceiveDataHandler) | TcpServer | inline |
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate) | TcpConnection | inline |
setKeepAlive(uint16_t seconds) | TcpServer | |
setSslConnection(Ssl::Connection *connection) | TcpConnection | inline |
setSslInitHandler(Ssl::Session::InitDelegate handler) | TcpConnection | inline |
setTimeOut(uint16_t waitTimeOut) | TcpConnection | |
shutdown() | TcpServer | |
sleep | TcpConnection | protected |
ssl | TcpConnection | protected |
sslCreateSession() | TcpConnection | protected |
sslInit | TcpConnection | protected |
sslInitSession(Ssl::Session &session) | TcpConnection | inlineprotectedvirtual |
tcp | TcpConnection | protected |
TcpConnection(bool autoDestruct) | TcpConnection | inline |
TcpConnection(tcp_pcb *connection, bool autoDestruct) | TcpConnection | inline |
TcpServer() | TcpServer | inline |
TcpServer(TcpClientConnectDelegate onClientHandler, TcpClientDataDelegate clientReceiveDataHandler, TcpClientCompleteDelegate clientCompleteHandler) | TcpServer | inline |
TcpServer(TcpClientDataDelegate clientReceiveDataHandler, TcpClientCompleteDelegate clientCompleteHandler) | TcpServer | inline |
TcpServer(TcpClientDataDelegate clientReceiveDataHandler) | TcpServer | 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 |
~TcpConnection() | TcpConnection | virtual |
~TcpServer() | TcpServer | inline |