OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpServerTransaction
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
httpserver.h
29
struct
HttpServerTransaction
: public HttpTransaction {
31
HttpServerTransaction
(int id) : connection_id_(id) { }
54
sigslot::signal3<HttpServer*,
HttpServerTransaction
*, bool*>
62
sigslot::signal2<HttpServer*,
HttpServerTransaction
*> SignalHttpRequest;
63
void Respond(
HttpServerTransaction
* transaction);
66
sigslot::signal3<HttpServer*,
HttpServerTransaction
*, int>
88
void Respond(
HttpServerTransaction
* transaction);
99
HttpServerTransaction
* current_;
httpserver_unittest.cc
26
HttpServerTransaction
* transaction;
39
void OnRequest(HttpServer*,
HttpServerTransaction
* t) {
45
void OnRequestComplete(HttpServer*,
HttpServerTransaction
* t, int) {
httpserver.cc
55
HttpServer::Respond(
HttpServerTransaction
* transaction) {
135
current_ = new
HttpServerTransaction
(connection_id_);
148
HttpServer::Connection::Respond(
HttpServerTransaction
* transaction) {
210
HttpServerTransaction
* transaction = current_;
Completed in 197 milliseconds