Searched defs:QuicServerSession (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_server_session.cc16 QuicServerSession::QuicServerSession( function in class:net::QuicServerSession
25 QuicServerSession::~QuicServerSession() {}
27 void QuicServerSession::InitializeSession(
33 QuicCryptoServerStream* QuicServerSession::CreateQuicCryptoServerStream(
38 void QuicServerSession::OnConfigNegotiated() {
50 void QuicServerSession::OnConnectionClosed(QuicErrorCode error,
61 void QuicServerSession::OnWriteBlocked() {
66 void QuicServerSession
[all...]
H A Dquic_server_session.h45 class QuicServerSession : public QuicSession { class in namespace:net
47 QuicServerSession(const QuicConfig& config,
59 virtual ~QuicServerSession();
104 DISALLOW_COPY_AND_ASSIGN(QuicServerSession);
/external/chromium_org/net/tools/quic/
H A Dquic_server_session.cc17 QuicServerSession::QuicServerSession(const QuicConfig& config, function in class:net::tools::QuicServerSession
25 QuicServerSession::~QuicServerSession() {}
27 void QuicServerSession::InitializeSession(
33 QuicCryptoServerStream* QuicServerSession::CreateQuicCryptoServerStream(
38 void QuicServerSession::OnConfigNegotiated() {
50 void QuicServerSession::OnConnectionClosed(QuicErrorCode error,
61 void QuicServerSession::OnWriteBlocked() {
66 void QuicServerSession
[all...]
H A Dquic_server_session.h46 class QuicServerSession : public QuicSession { class in namespace:net::tools
48 QuicServerSession(const QuicConfig& config,
60 virtual ~QuicServerSession();
105 DISALLOW_COPY_AND_ASSIGN(QuicServerSession);

Completed in 116 milliseconds