OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpServer
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/base/
httpserver.cc
17
#include "webrtc/base/
httpserver
.h"
25
//
HttpServer
28
HttpServer
::
HttpServer
() : next_connection_id_(1), closing_(false) {
31
HttpServer
::~
HttpServer
() {
33
LOG(LS_WARNING) << "
HttpServer
::CloseAll has not completed";
45
HttpServer
::HandleConnection(StreamInterface* stream) {
55
HttpServer
::Respond(HttpServerTransaction* transaction) {
67
HttpServer
::Close(int connection_id, bool force)
[
all
...]
httpserver.h
20
class
HttpServer
;
24
//
HttpServer
38
class
HttpServer
{
40
HttpServer
();
41
virtual ~
HttpServer
();
45
sigslot::signal3<
HttpServer
*, int, StreamInterface*> SignalConnectionClosed;
53
// owened by the
HttpServer
at this point.
54
sigslot::signal3<
HttpServer
*, HttpServerTransaction*, bool*>
62
sigslot::signal2<
HttpServer
*, HttpServerTransaction*> SignalHttpRequest;
66
sigslot::signal3<
HttpServer
*, HttpServerTransaction*, int
[
all
...]
/system/update_engine/common/
http_fetcher_unittest.cc
90
class
HttpServer
{
93
virtual ~
HttpServer
() = 0;
102
HttpServer
::~
HttpServer
() {}
105
class NullHttpServer : public
HttpServer
{
113
class PythonHttpServer : public
HttpServer
{
222
virtual void IgnoreServerAborting(
HttpServer
* server) const {}
224
virtual
HttpServer
* CreateServer() = 0;
255
HttpServer
* CreateServer() override {
296
void IgnoreServerAborting(
HttpServer
* server) const override
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar
/prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym
/prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym
Completed in 541 milliseconds