#include "base/RefCount.h"
#include "clientStreamForward.h"
#include "dlink.h"
#include "StoreIOBuffer.h"
Include dependency graph for clientStream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | clientStreamNode |
Functions | |
void | clientStreamInit (dlink_list *, CSR *, CSD *, CSS *, ClientStreamData, CSCB *, CSD *, ClientStreamData, StoreIOBuffer tailBuffer) |
void | clientStreamInsertHead (dlink_list *, CSR *, CSCB *, CSD *, CSS *, ClientStreamData) |
void | clientStreamCallback (clientStreamNode *thisObject, ClientHttpRequest *http, HttpReply *rep, StoreIOBuffer replyBuffer) |
void | clientStreamRead (clientStreamNode *thisObject, ClientHttpRequest *http, StoreIOBuffer readBuffer) |
void | clientStreamDetach (clientStreamNode *thisObject, ClientHttpRequest *http) |
void | clientStreamAbort (clientStreamNode *thisObject, ClientHttpRequest *http) |
clientStream_status_t | clientStreamStatus (clientStreamNode *thisObject, ClientHttpRequest *http) |