Searched refs:http_framer_ (Results 1 – 4 of 4) sorted by relevance
27 http_framer_(new BalsaFrame) { in StreamerSM()29 http_framer_->set_balsa_visitor(this); in StreamerSM()30 http_framer_->set_balsa_headers(&headers_); in StreamerSM()31 http_framer_->set_is_request(false); in StreamerSM()37 delete http_framer_; in ~StreamerSM()42 http_framer_->set_is_request(true); in set_is_request()68 return http_framer_->ProcessInput(data, len); in ProcessReadInput()95 return http_framer_->MessageFullyRead(); in MessageFullyRead()104 http_framer_->Reset(); in Reset()108 http_framer_->Reset(); in ResetForNewConnection()[all …]
21 http_framer_(new BalsaFrame), in HttpSM()30 http_framer_->set_balsa_visitor(this); in HttpSM()31 http_framer_->set_balsa_headers(&headers_); in HttpSM()33 http_framer_->set_is_request(false); in HttpSM()37 delete http_framer_; in ~HttpSM()130 return http_framer_->ProcessInput(data, len); in ProcessReadInput()147 return http_framer_->MessageFullyRead(); in MessageFullyRead()155 return http_framer_->Error(); in Error()159 return BalsaFrameEnums::ErrorCodeToString(http_framer_->ErrorCode()); in ErrorAsString()165 http_framer_->Reset(); in Reset()[all …]
71 BalsaFrame* spdy_framer() { return http_framer_; } in spdy_framer()119 BalsaFrame* http_framer_; variable
120 BalsaFrame* http_framer_; variable