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

  /external/webrtc/webrtc/base/
httpbase.h 22 // HttpParser - Parses an HTTP stream provided via Process and end_of_input, and
28 class HttpParser {
31 HttpParser();
32 virtual ~HttpParser();
45 // HttpParser Interface
92 : private HttpParser,
125 // pushing it through the HttpParser, and then populating the HttpData object
132 // support GetDocumentStream(). However, since the HttpParser is callback
136 // HttpParser::complete should be called.
147 // HttpParser Interfac
    [all...]
httpbase.cc 42 // HttpParser
45 HttpParser::HttpParser() {
49 HttpParser::~HttpParser() {
53 HttpParser::reset() {
59 HttpParser::ProcessResult
60 HttpParser::Process(const char* buffer, size_t len, size_t* processed,
124 HttpParser::ProcessResult
125 HttpParser::ProcessLine(const char* line, size_t len, HttpError* error)
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 373 milliseconds