friendev EtherDune TCP/IP library
|
This is the complete list of members for HTTPServer, including all inherited members.
accept() | TCPSocket | |
accept(TCPSocket &listener) | TCPSocket | |
ARP | NetworkService | protectedstatic |
begin(uint8_t cspin) | NetworkService | protectedstatic |
beginResponse(uint16_t statusCode, const String &message="") | HTTPServer | |
beginResponse_P(uint16_t statusCode, PGM_P message) | HTTPServer | |
beginResponseBody() | HTTPServer | |
buffer | Socket | protected |
calcPseudoHeaderChecksum(uint8_t protocol, uint16_t length) | Socket | protectedstatic |
calcTCPChecksum(bool options, uint16_t dataLength, uint16_t dataChecksum) | Socket | protectedstatic |
calcUDPChecksum(uint16_t dataLength, uint16_t dataChecksum) | Socket | protectedstatic |
close() | TCPSocket | |
connect() | TCPSocket | |
contentLength | HTTPServer | |
DNS() | NetworkService | protectedstatic |
dnsIP | NetworkService | protectedstatic |
enableBroadcast() | ENC28J60 | protectedstatic |
endResponse() | HTTPServer | |
gatewayIP | NetworkService | protectedstatic |
getState() | Stateful | inline |
hardwareChecksum(uint16_t src, uint16_t len) | ENC28J60 | protectedstatic |
hardwareChecksumRxOffset(uint16_t offset, uint16_t len) | ENC28J60 | protectedstatic |
httpMethod | HTTPServer | |
HTTPServer() | HTTPServer | |
isLinkUp() | ENC28J60 | protectedstatic |
listen(uint16_t port=80) | HTTPServer | |
TCPSocket::listen() | TCPSocket | |
loadAll() | ENC28J60 | protectedstatic |
loadSample() | ENC28J60 | protectedstatic |
localIP | NetworkService | protectedstatic |
localMAC | NetworkService | protectedstatic |
localPort | Socket | |
loop() | NetworkService | protectedstatic |
moveMem(uint16_t dest, uint16_t src, uint16_t len) | ENC28J60 | protectedstatic |
netmask | NetworkService | protectedstatic |
NetworkService() | NetworkService | protected |
onBodyBegin() | HTTPServer | virtual |
onBodyReceived(uint16_t len, const byte *data) | HTTPServer | virtual |
onDNSResolve(uint8_t status, uint16_t identification, const IPAddress &ip) | NetworkService | protectedvirtual |
onHeaderReceived(const char *headerName, const char *headerValue) | HTTPServer | virtual |
onRequest(char *queryString) | HTTPServer | virtual |
onRequestEnd() | HTTPServer | virtual |
onTerminate() | TCPSocket | virtual |
packet | NetworkService | protectedstatic |
packetSend(uint16_t len) | ENC28J60 | protectedstatic |
packetSend(uint16_t len, const byte *data) | ENC28J60 | protectedstatic |
prepareIPPacket() | Socket | protected |
NetworkService::prepareIPPacket(const IPAddress &remoteIP) | NetworkService | protectedstatic |
push() | TCPSocket | |
readBuf(uint16_t src, uint16_t len, byte *data) | ENC28J60 | protectedstatic |
readBuf(uint16_t len, byte *data) | ENC28J60 | protectedstatic |
readByte(uint16_t src) | ENC28J60 | protectedstatic |
release() | ENC28J60 | protectedstatic |
remoteIP | Socket | |
remotePort | Socket | |
sameLAN(IPAddress &dst) | NetworkService | protectedstatic |
sendIPPacket(uint16_t length) | NetworkService | protectedstatic |
setState(uint8_t newState, uint8_t timeout) | Stateful | protected |
srcPort_L_count | Socket | protectedstatic |
state | Stateful | protected |
stateTimer | Stateful | protected |
TCPSocket() | TCPSocket | |
terminate() | TCPSocket | |
verifyUDPTCPChecksum() | Socket | protectedstatic |
write(uint16_t len, const byte *data) | Socket | |
write(const String &s) | Socket | |
write(const __FlashStringHelper *pattern,...) | Socket | |
write(const T &message) | Socket | inline |
writeBuf(uint16_t dst, uint16_t len, const byte *data) | ENC28J60 | protectedstatic |
writeBuf(uint16_t len, const byte *data) | ENC28J60 | protectedstatic |
writeByte(byte b) | ENC28J60 | protectedstatic |
writeByte(uint16_t dst, byte b) | ENC28J60 | protectedstatic |
writeContentTypeHeader(const String &contentType) | HTTPServer | |
writeContentTypeHeader_P(PGM_P contentType) | HTTPServer | |
writeHeader(const String &headerName, const String &headerValue) | HTTPServer | |
writeHeader_P(PGM_P headerName, const String &headerValue) | HTTPServer | |
~NetworkService() | NetworkService | protected |