summaryrefslogtreecommitdiffstats
path: root/net/tools/quic/quic_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/quic/quic_dispatcher.h')
-rw-r--r--net/tools/quic/quic_dispatcher.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
index 36e711a..4b3fe0a 100644
--- a/net/tools/quic/quic_dispatcher.h
+++ b/net/tools/quic/quic_dispatcher.h
@@ -135,11 +135,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
const IPEndPoint& server_address,
const IPEndPoint& client_address);
- virtual QuicConnection* CreateQuicConnection(
- QuicConnectionId connection_id,
- const IPEndPoint& server_address,
- const IPEndPoint& client_address);
-
// Called by |framer_visitor_| when the public header has been parsed.
virtual bool OnUnauthenticatedPublicHeader(
const QuicPacketPublicHeader& header);
@@ -148,11 +143,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
// will be owned by the dispatcher as time_wait_list_manager_
virtual QuicTimeWaitListManager* CreateQuicTimeWaitListManager();
- // Replaces the packet writer with |writer|. Takes ownership of |writer|.
- void set_writer(QuicPacketWriter* writer) {
- writer_.reset(writer);
- }
-
QuicTimeWaitListManager* time_wait_list_manager() {
return time_wait_list_manager_.get();
}