File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/com/cisco/trex/stateful/api/lowlevel Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 *
1919 * Emulation L7 program
2020 *
21- * @ <code> ASTFProgram progServer =new ASTFProgram()
21+ * <code> ASTFProgram progServer =new ASTFProgram()
2222 * progServer.recv(http_req.length())
2323 * progServer.send(http_response)
2424 * progServer.delay(10)
Original file line number Diff line number Diff line change 99 * <p>
1010 * client commands
1111 *
12- * @ <code> ASTFProgram progC =new ASTFProgram()
12+ * <code> ASTFProgram progC =new ASTFProgram()
1313 * progC.send(http_req)
1414 * progC.recv(http_response.length())
1515 * </code>
1616 * </p>
1717 *
1818 * <p>
1919 * ip generator
20- * @ <code> ASTFIpGenDist ipGenC =new ASTFIpGenDist("16.0.0.0", "16.0.0.255");
20+ * <code> ASTFIpGenDist ipGenC =new ASTFIpGenDist("16.0.0.0", "16.0.0.255");
2121 * ASTFIpGenDist ipGenS =new ASTFIpGenDist("48.0.0.0", "48.0.255.255");
2222 * ASTFIpGen ipGen = new ASTFIpGen(new ASTFIpGenGlobal("1.0.0.0");
2323 * </code>
2424 * </p>
2525 *
2626 * <p>
2727 * template
28- * @ <code> ASTFTCPClientTemplate tempC=new ASTFTCPClientTemplate(progC, ipGen)</code>
28+ * <code> ASTFTCPClientTemplate tempC=new ASTFTCPClientTemplate(progC, ipGen)</code>
2929 * </p>
3030 */
3131public class ASTFTCPClientTemplate extends ASTFClientTemplate {
Original file line number Diff line number Diff line change 1010 * One manual template
1111 * client commands
1212 *
13- * @ <code> ASTFProgram progC =new ASTFProgram();
13+ * <code> ASTFProgram progC =new ASTFProgram();
1414 * progC.send(http_req);
1515 * progC.recv(http_response.length());
1616 * </code>
1717 * </p>
1818 *
1919 * <p>
2020 * ip generator
21- * @ <code> ASTFIpGenDist ipGenC =new ASTFIpGenDist("16.0.0.0", "16.0.0.255");
21+ * <code> ASTFIpGenDist ipGenC =new ASTFIpGenDist("16.0.0.0", "16.0.0.255");
2222 * ASTFIpGenDist ipGenS =new ASTFIpGenDist("48.0.0.0", "48.0.255.255");
2323 * ASTFIpGen ipGen = new ASTFIpGen(new ASTFIpGenGlobal("1.0.0.0");
2424 * </code>
2525 * </p>
2626 *
2727 * <p>
2828 * template
29- * @ <code> ASTFTCPClientTemplate tempC=new ASTFTCPClientTemplate(progC, ipGen);
29+ * <code> ASTFTCPClientTemplate tempC=new ASTFTCPClientTemplate(progC, ipGen);
3030 * ASTFTCPServerTemplate tempS=new ASTFTCPServerTemplate(progC, ipGen);
3131 * ASTFTemplate astfTemplate=mew ASTFTemplate(tempC,tempS);
3232 * </code>
You can’t perform that action at this time.
0 commit comments