Searched refs:QuicServer (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_server_peer.h15 class QuicServer;
21 static bool SetSmallSocket(QuicServer* server);
22 static void DisableRecvmmsg(QuicServer* server);
23 static QuicDispatcher* GetDispatcher(QuicServer* server);
H A Dquic_server_peer.cc15 bool QuicServerPeer::SetSmallSocket(QuicServer* server) {
22 void QuicServerPeer::DisableRecvmmsg(QuicServer* server) {
27 QuicDispatcher* QuicServerPeer::GetDispatcher(QuicServer* server) {
H A Dserver_thread.h20 ServerThread(QuicServer* server,
51 QuicServer* server() { return server_.get(); }
66 scoped_ptr<QuicServer> server_;
H A Dserver_thread.cc14 ServerThread::ServerThread(QuicServer* server,
/external/chromium_org/net/quic/
H A Dquic_server.h31 class QuicServer { class in namespace:net
33 QuicServer(const QuicConfig& config,
36 virtual ~QuicServer();
112 base::WeakPtrFactory<QuicServer> weak_factory_;
114 DISALLOW_COPY_AND_ASSIGN(QuicServer);
H A Dquic_server.cc36 QuicServer::QuicServer(const QuicConfig& config, function in class:net::QuicServer
51 void QuicServer::Initialize() {
63 QuicServer::~QuicServer() {
66 int QuicServer::Listen(const IPEndPoint& address) {
79 // because the default usage of QuicServer is as a test server with one or
119 void QuicServer::Shutdown() {
128 void QuicServer::StartReading() {
138 base::Bind(&QuicServer
[all...]
H A Dquic_server_bin.cc5 // A binary wrapper for QuicServer. It listens forever on --port
67 net::QuicServer server(config, net::QuicSupportedVersions());
H A Dquic_in_memory_cache.h27 class QuicServer;
H A Dquic_end_to_end_unittest.cc34 using net::tools::QuicServer;
143 new QuicServer(server_config_, QuicSupportedVersions()),
/external/chromium_org/net/tools/quic/
H A Dquic_server.cc43 QuicServer::QuicServer() function in class:net::tools::QuicServer
56 QuicServer::QuicServer(const QuicConfig& config, function in class:net::tools::QuicServer
69 void QuicServer::Initialize() {
88 QuicServer::~QuicServer() {
91 bool QuicServer::Listen(const IPEndPoint& address) {
120 // because the default usage of QuicServer is as a test server with one or
164 QuicDispatcher* QuicServer
[all...]
H A Dquic_server.h30 class QuicServer : public EpollCallbackInterface { class in namespace:net::tools
32 QuicServer();
33 QuicServer(const QuicConfig& config,
36 virtual ~QuicServer();
140 DISALLOW_COPY_AND_ASSIGN(QuicServer);
H A Dquic_in_memory_cache.h28 class QuicServer;
H A Dend_to_end_test.cc346 new QuicServer(server_config_, server_supported_versions_),

Completed in 1545 milliseconds