// services/network/public/mojom/web_transport.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef SERVICES_NETWORK_PUBLIC_MOJOM_WEB_TRANSPORT_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_NETWORK_PUBLIC_MOJOM_WEB_TRANSPORT_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace network::mojom {
namespace messages {


enum class WebTransport : uint32_t {
  kSendDatagram = 0,
  kCreateStream = 1,
  kAcceptBidirectionalStream = 2,
  kAcceptUnidirectionalStream = 3,
  kSendFin = 4,
  kAbortStream = 5,
  kStopSending = 6,
  kSetOutgoingDatagramExpirationDuration = 7,
  kGetStats = 8,
  kClose = 9,
  kSetStreamPriority = 10,
};
enum class WebTransportClient : uint32_t {
  kOnDatagramReceived = 0,
  kOnIncomingStreamClosed = 1,
  kOnOutgoingStreamClosed = 2,
  kOnReceivedStopSending = 3,
  kOnReceivedResetStream = 4,
  kOnClosed = 5,
  kOnDraining = 6,
};
enum class WebTransportHandshakeClient : uint32_t {
  kOnBeforeConnect = 0,
  kOnConnectionEstablished = 1,
  kOnHandshakeFailed = 2,
};

}  // namespace messages

}  // network::mojom

#endif  // SERVICES_NETWORK_PUBLIC_MOJOM_WEB_TRANSPORT_MOJOM_SHARED_MESSAGE_IDS_H_