HomeSort by relevance Sort by last modified time
    Searched refs:HttpBase (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 39 #include "talk/base/httpbase.h"
245 // 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_
    [all...]
httpbase.h 102 // 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
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.
httpclient.h 32 #include "talk/base/httpbase.h"
186 HttpBase base_;

Completed in 200 milliseconds