com.cisco.trex.util.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trex-java-sdk Show documentation
Show all versions of trex-java-sdk Show documentation
Java client SDK provides an implementation for TRex RPC APIs
package com.cisco.trex.util;
/** Class for constants */
public final class Constants {
public static final String JSON_RPC_VERSION = "2.0";
public static final int ASTF_API_VERSION_MAJOR = 1;
public static final int ASTF_API_VERSION_MINOR = 7;
public static final int STL_API_VERSION_MAJOR = 4;
public static final int STL_API_VERSION_MINOR = 6;
}