HttpConnection Member List

This is the complete list of members for HttpConnection, including all inherited members.

autoSelfDestructTcpConnectionprotected
canSendTcpConnectionprotected
cleanup()HttpConnectioninlinevirtual
close() overrideTcpClientvirtual
commit()TcpClientinline
connect(const String &server, int port, bool useSsl=false) overrideTcpClientvirtual
connect(IpAddress addr, uint16_t port, bool useSsl=false) overrideTcpClientvirtual
flush()TcpConnection
freeStreams()TcpClientprotected
getAvailableWriteSize()TcpConnectioninline
getConnectionState()TcpClientinline
getRemoteIp() constHttpConnectioninline
TcpClient::getRemoteIp() constTcpConnectioninline
getRemotePort() constHttpConnectioninline
TcpClient::getRemotePort() constTcpConnectioninline
getRequest()=0HttpConnectionpure virtual
getResponse()HttpConnectioninline
getSsl()TcpConnectioninline
headerHttpConnectionprotected
HttpConnection(http_parser_type type, bool autoDestruct=false)HttpConnectioninline
HttpConnection(tcp_pcb *connection, http_parser_type type)HttpConnectioninline
incomingHeadersHttpConnectionprotected
init(http_parser_type type)HttpConnectionprotectedvirtual
initialize(tcp_pcb *pcb)TcpConnectionprotected
internalConnect(IpAddress addr, uint16_t port)TcpConnectionprotected
internalOnConnected(err_t err)TcpConnectionprotected
internalOnDnsResponse(const char *name, LWIP_IP_ADDR_T *ipaddr, int port)TcpConnectionprotected
internalOnError(err_t err)TcpConnectionprotected
internalOnPoll()TcpConnectionprotected
internalOnReceive(pbuf *p, err_t err)TcpConnectionprotected
internalOnSent(uint16_t len)TcpConnectionprotected
isActive()HttpConnection
isProcessing()TcpClientinline
joinMulticastGroup(IpAddress localIp, IpAddress multicastIp)IpConnection
joinMulticastGroup(IpAddress multicastIp)IpConnectioninline
leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp)IpConnection
leaveMulticastGroup(IpAddress multicastIp)IpConnectioninline
onBody(const char *at, size_t length)=0HttpConnectionprotectedpure virtual
onChunkComplete(http_parser *parser)HttpConnectioninlineprotectedvirtual
onChunkHeader(http_parser *parser)HttpConnectioninlineprotectedvirtual
onClosed() overrideTcpClientprotectedvirtual
onConnected(err_t err) overrideTcpClientprotectedvirtual
onError(err_t err) overrideHttpConnectionprotectedvirtual
onFinished(TcpClientState finishState)TcpClientprotectedvirtual
onHeadersComplete(const HttpHeaders &headers)=0HttpConnectionprotectedpure virtual
onHttpError(HttpError error)HttpConnectionprotectedvirtual
onMessageBegin(http_parser *parser)=0HttpConnectionprotectedpure virtual
onMessageComplete(http_parser *parser)=0HttpConnectionprotectedpure virtual
onPath(const Url &uri)HttpConnectioninlineprotectedvirtual
onPoll()TcpConnectionprotectedvirtual
onProtocolUpgrade(http_parser *parser)HttpConnectioninlineprotectedvirtual
onReadyToSendData(TcpConnectionEvent sourceEvent) overrideTcpClientprotectedvirtual
onReceive(pbuf *buf) overrideTcpClientprotectedvirtual
onSent(uint16_t len) overrideTcpClientprotectedvirtual
onStatus(http_parser *parser)HttpConnectioninlineprotectedvirtual
onTcpReceive(TcpClient &client, char *data, int size)HttpConnectionprotectedvirtual
parserHttpConnectionprotected
parserSettingsHttpConnectionprotectedstatic
pushAsyncPart()TcpClientprotected
reset()HttpConnectioninlinevirtual
resetHeaders()HttpConnectionprotected
responseHttpConnectionprotected
send(HttpRequest *request)HttpConnectioninlinevirtual
send(const char *data, uint16_t len, bool forceCloseAfterSent=false)HttpConnection
send(IDataSourceStream *source, bool forceCloseAfterSent=false)HttpConnection
TcpClient::send(const char *data, uint16_t len, bool forceCloseAfterSent=false)TcpClient
TcpClient::send(IDataSourceStream *source, bool forceCloseAfterSent=false)TcpClient
sendString(const String &data, bool forceCloseAfterSent=false)TcpClientinline
setAutoSelfDestruct(bool state)TcpConnectioninline
setCloseAfterSent(bool ignoreIncomingData=false)TcpClientinline
setCompleteDelegate(TcpClientCompleteDelegate completeCb=nullptr)TcpClientinline
setDefaultParser()HttpConnectionvirtual
setDestroyedDelegate(TcpConnectionDestroyedDelegate destroyedDelegate)TcpConnectioninline
setReceiveDelegate(TcpClientDataDelegate receiveCb=nullptr)TcpClientinline
setSslConnection(Ssl::Connection *connection)TcpConnectioninline
setSslInitHandler(Ssl::Session::InitDelegate handler)TcpConnectioninline
setTimeOut(uint16_t waitTimeOut)TcpConnection
sleepTcpConnectionprotected
sslTcpConnectionprotected
sslCreateSession()TcpConnectionprotected
sslInitTcpConnectionprotected
sslInitSession(Ssl::Session &session)TcpConnectioninlineprotectedvirtual
stateHttpConnectionprotected
streamTcpClientprotected
tcpTcpConnectionprotected
TcpClient(bool autoDestruct)TcpClientinline
TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted)TcpClientinline
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=nullptr)TcpClientinline
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=nullptr)TcpClientinline
TcpClient(TcpClientDataDelegate onReceive)TcpClientinlineexplicit
TcpConnection(bool autoDestruct)TcpConnectioninline
TcpConnection(tcp_pcb *connection, bool autoDestruct)TcpConnectioninline
timeOutTcpConnectionprotected
trySend(TcpConnectionEvent event)TcpConnectioninlineprotected
useSslTcpConnectionprotected
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY)TcpConnectionvirtual
write(IDataSourceStream *stream)TcpConnection
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY)TcpConnectioninline
writeString(const String &data, uint8_t apiflags=TCP_WRITE_FLAG_COPY)TcpConnectioninline
~TcpClient()TcpClientinline
~TcpConnection()TcpConnectionvirtual