Class NetworkSummaryEvent

java.lang.Object
jdk.internal.event.Event
jdk.jfr.Event
net.minecraft.util.profiling.jfr.event.NetworkSummaryEvent

public class NetworkSummaryEvent extends Event
  • Field Details

    • EVENT_NAME

      public static final String EVENT_NAME
      See Also:
    • TYPE

      public static final EventType TYPE
    • remoteAddress

      public final String remoteAddress
    • sentBytes

      public long sentBytes
    • sentPackets

      public int sentPackets
    • receivedBytes

      public long receivedBytes
    • receivedPackets

      public int receivedPackets
  • Constructor Details

    • NetworkSummaryEvent

      public NetworkSummaryEvent(String p_195562_)