Searched refs:HttpBase (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc245 // HttpBase::DocumentStream
258 class HttpBase::DocumentStream : public StreamInterface {
260 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
307 // adapter from the HttpBase, and further calls to read will either return
311 HttpBase* base = Disconnect(http_error);
336 HttpBase* base = Disconnect(HE_NONE);
356 HttpBase* Disconnect(HttpError error) {
359 HttpBase* base = base_;
367 HttpBase* base_;
372 // HttpBase
375 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), function in class:talk_base::HttpBase
[all...]
H A Dhttpbase.h102 // HttpBase - Provides a state machine for implementing HTTP-based components.
103 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP
105 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
111 class HttpBase class in namespace:talk_base
116 HttpBase();
117 virtual ~HttpBase();
134 // Obtaining this stream puts HttpBase into stream mode until the stream
135 // is closed. HttpBase can only expose one open stream interface at a time.
H A Dhttpclient.h186 HttpBase base_;

Completed in 162 milliseconds