chromium/net/spdy/multiplexed_session.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "net/spdy/multiplexed_session.h"

#include <string_view>

namespace net {

MultiplexedSessionHandle::MultiplexedSessionHandle(
    base::WeakPtr<MultiplexedSession> session)
    :{}

MultiplexedSessionHandle::~MultiplexedSessionHandle() = default;

int MultiplexedSessionHandle::GetRemoteEndpoint(IPEndPoint* endpoint) {}

bool MultiplexedSessionHandle::GetSSLInfo(SSLInfo* ssl_info) const {}

void MultiplexedSessionHandle::SaveSSLInfo() {}

std::string_view MultiplexedSessionHandle::GetAcceptChViaAlps(
    const url::SchemeHostPort& scheme_host_port) const {}

}  // namespace net