Class CometDLoadClient

java.lang.Object
org.cometd.benchmark.client.CometDLoadClient
All Implemented Interfaces:
org.eclipse.jetty.toolchain.perf.MeasureConverter

public class CometDLoadClient extends Object implements org.eclipse.jetty.toolchain.perf.MeasureConverter
  • Constructor Details

    • CometDLoadClient

      public CometDLoadClient()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • run

      public void run() throws Exception
      Throws:
      Exception
    • handshakeClient

      protected org.cometd.benchmark.client.CometDLoadClient.LoadBayeuxClient handshakeClient(String url, org.cometd.benchmark.client.CometDLoadClient.ClientTransportType transport, boolean ackExtension)
    • disconnectClient

      protected void disconnectClient(org.cometd.benchmark.client.CometDLoadClient.LoadBayeuxClient client)
    • convert

      public long convert(long measure)
      Specified by:
      convert in interface org.eclipse.jetty.toolchain.perf.MeasureConverter