Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: net/tools/quic/spdy_utils.h

Issue 25085002: Break out balsa and epoll_server from net/tools/flip_server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager.h ('k') | net/tools/quic/spdy_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_TOOLS_QUIC_SPDY_UTILS_H_ 5 #ifndef NET_TOOLS_QUIC_SPDY_UTILS_H_
6 #define NET_TOOLS_QUIC_SPDY_UTILS_H_ 6 #define NET_TOOLS_QUIC_SPDY_UTILS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "net/spdy/spdy_framer.h" 10 #include "net/spdy/spdy_framer.h"
11 #include "net/spdy/spdy_header_block.h" 11 #include "net/spdy/spdy_header_block.h"
12 #include "net/spdy/spdy_protocol.h" 12 #include "net/spdy/spdy_protocol.h"
13 #include "net/tools/flip_server/balsa_headers.h" 13 #include "net/tools/balsa/balsa_headers.h"
14 14
15 namespace net { 15 namespace net {
16 namespace tools { 16 namespace tools {
17 17
18 class SpdyUtils { 18 class SpdyUtils {
19 public: 19 public:
20 static std::string SerializeRequestHeaders( 20 static std::string SerializeRequestHeaders(
21 const BalsaHeaders& request_headers); 21 const BalsaHeaders& request_headers);
22 22
23 static std::string SerializeResponseHeaders( 23 static std::string SerializeResponseHeaders(
(...skipping 12 matching lines...) Expand all
36 const BalsaHeaders& response_headers); 36 const BalsaHeaders& response_headers);
37 37
38 static std::string SerializeUncompressedHeaders( 38 static std::string SerializeUncompressedHeaders(
39 const SpdyHeaderBlock& headers); 39 const SpdyHeaderBlock& headers);
40 }; 40 };
41 41
42 } // namespace tools 42 } // namespace tools
43 } // namespace net 43 } // namespace net
44 44
45 #endif // NET_TOOLS_QUIC_SPDY_UTILS_H_ 45 #endif // NET_TOOLS_QUIC_SPDY_UTILS_H_
OLDNEW
« no previous file with comments | « net/tools/quic/quic_time_wait_list_manager.h ('k') | net/tools/quic/spdy_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698