Land Recent QUIC Changes.
[chromium-blink-merge.git] / net / tools / quic / test_tools / quic_client_peer.h
blobb9621be6a65b18ec63534543324542f7c5874538
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef NET_TOOLS_QUIC_TEST_TOOLS_QUIC_CLIENT_PEER_H_
6 #define NET_TOOLS_QUIC_TEST_TOOLS_QUIC_CLIENT_PEER_H_
8 namespace net {
10 class QuicCryptoClientConfig;
12 namespace tools {
14 class QuicClient;
16 namespace test {
18 class QuicClientPeer {
19 public:
20 static int GetFd(QuicClient* client);
21 static QuicCryptoClientConfig* GetCryptoConfig(QuicClient* client);
24 } // namespace test
25 } // namespace tools
26 } // namespace net
28 #endif // NET_TOOLS_QUIC_TEST_TOOLS_QUIC_CLIENT_PEER_H_