mirror of https://github.com/apache/jmeter.git
268 lines
13 KiB
HTML
268 lines
13 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<!--NewPage-->
|
||
<HTML>
|
||
<HEAD>
|
||
<!-- Generated by javadoc -->
|
||
<TITLE>
|
||
Deprecated List (Apache JMeter API)
|
||
</TITLE>
|
||
|
||
|
||
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
|
||
|
||
<SCRIPT type="text/javascript">
|
||
function windowTitle()
|
||
{
|
||
parent.document.title="Deprecated List (Apache JMeter API)";
|
||
}
|
||
</SCRIPT>
|
||
|
||
</HEAD>
|
||
|
||
<BODY BGCOLOR="white" onload="windowTitle();">
|
||
|
||
|
||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||
<A NAME="navbar_top"><!-- --></A>
|
||
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
||
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
||
<TR>
|
||
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
||
<A NAME="navbar_top_firstrow"><!-- --></A>
|
||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
||
<TR ALIGN="center" VALIGN="top">
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
||
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
||
</TR>
|
||
</TABLE>
|
||
</TD>
|
||
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
||
<b>Apache JMeter</b></EM>
|
||
</TD>
|
||
</TR>
|
||
|
||
<TR>
|
||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||
PREV
|
||
NEXT</FONT></TD>
|
||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
|
||
<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>
|
||
<SCRIPT type="text/javascript">
|
||
<!--
|
||
if(window==top) {
|
||
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
|
||
}
|
||
//-->
|
||
</SCRIPT>
|
||
<NOSCRIPT>
|
||
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
|
||
</NOSCRIPT>
|
||
|
||
</FONT></TD>
|
||
</TR>
|
||
</TABLE>
|
||
<A NAME="skip-navbar_top"></A>
|
||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||
|
||
<HR>
|
||
<CENTER>
|
||
<H2>
|
||
<B>Deprecated API</B></H2>
|
||
</CENTER>
|
||
|
||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
||
<TD COLSPAN=2><FONT SIZE="+2">
|
||
<B>Deprecated Fields</B></FONT></TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#MULTIPART_FORM">org.apache.jmeter.protocol.http.config.MultipartUrlConfig.MULTIPART_FORM</A>
|
||
<BR>
|
||
<I>use HTTPSamplerBase.MULTIPART_FORM_DATA instead</I> </TD>
|
||
</TR>
|
||
</TABLE>
|
||
|
||
<P>
|
||
|
||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
||
<TD COLSPAN=2><FONT SIZE="+2">
|
||
<B>Deprecated Methods</B></FONT></TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#addEncodedArgument(java.lang.String, java.lang.String)">org.apache.jmeter.protocol.http.config.MultipartUrlConfig.addEncodedArgument(String, String)</A>
|
||
<BR>
|
||
<I>values in a multipart/form-data are not urlencoded,
|
||
so it does not make sense to add a value as a encoded value</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jorphan/util/JOrphanUtils.html#booleanToString(boolean)">org.apache.jorphan.util.JOrphanUtils.booleanToString(boolean)</A>
|
||
<BR>
|
||
<I>Use Boolean.toString(boolean) instead.</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/samplers/SampleResult.html#getResponseDataAsBA()">org.apache.jmeter.samplers.SampleResult.getResponseDataAsBA()</A>
|
||
<BR>
|
||
<I>- no longer needed, as getResponseData() does not return null</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/util/JMeterUtils.html#getResString(java.lang.String, java.lang.String)">org.apache.jmeter.util.JMeterUtils.getResString(String, String)</A>
|
||
<BR>
|
||
<I>Only intended for use in development; use
|
||
getResString(String) normally</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/protocol/http/proxy/HttpRequestHdr.html#getSampler()">org.apache.jmeter.protocol.http.proxy.HttpRequestHdr.getSampler()</A>
|
||
<BR>
|
||
<I>use the getSampler(HashMap pageEncodings, HashMap formEncodings) instead, since
|
||
that properly handles the encodings of the page</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/save/SaveService.html#loadElement(java.io.Reader)">org.apache.jmeter.save.SaveService.loadElement(Reader)</A>
|
||
<BR>
|
||
<I>Use loadElement(InputStream in) instead, since that takes
|
||
the fileEncoding property of SaveService into consideration</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/testbeans/TestBeanHelper.html#prepare(org.apache.jmeter.testelement.TestElement)">org.apache.jmeter.testbeans.TestBeanHelper.prepare(TestElement)</A>
|
||
<BR>
|
||
<I>to limit it's usage in expectation of moving it elsewhere.</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/save/SaveService.html#saveElement(java.lang.Object, java.io.Writer)">org.apache.jmeter.save.SaveService.saveElement(Object, Writer)</A>
|
||
<BR>
|
||
<I>Use saveElement(Object el, OutputStream out) instead, which
|
||
takes the fileEncoding property of SaveService into consideration</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/save/SaveService.html#saveSampleResult(org.apache.jmeter.samplers.SampleResult, java.io.Writer)">org.apache.jmeter.save.SaveService.saveSampleResult(SampleResult, Writer)</A>
|
||
<BR>
|
||
<I>Use saveSampleResult(SampleResult res, OutputStream out) instead, which
|
||
takes the fileEncoding property of SaveService into consideration</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/save/SaveService.html#saveTestElement(org.apache.jmeter.testelement.TestElement, java.io.Writer)">org.apache.jmeter.save.SaveService.saveTestElement(TestElement, Writer)</A>
|
||
<BR>
|
||
<I>Use saveTestElement(TestElement elem, OutputStream out) instead, which
|
||
takes the fileEncoding property of SaveService into consideration</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/save/SaveService.html#saveTree(org.apache.jorphan.collections.HashTree, java.io.Writer)">org.apache.jmeter.save.SaveService.saveTree(HashTree, Writer)</A>
|
||
<BR>
|
||
<I>Use saveTree(HashTree tree, OutputStream out) instead, which
|
||
takes the fileEncoding property of SaveService into consideration</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/samplers/SampleResult.html#setResponseData(java.lang.String)">org.apache.jmeter.samplers.SampleResult.setResponseData(String)</A>
|
||
<BR>
|
||
<I>- only intended for use from BeanShell code</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/samplers/SampleResult.html#setTime(long)">org.apache.jmeter.samplers.SampleResult.setTime(long)</A>
|
||
<BR>
|
||
<I>use sampleStart() and sampleEnd() instead</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jorphan/util/JOrphanUtils.html#valueOf(boolean)">org.apache.jorphan.util.JOrphanUtils.valueOf(boolean)</A>
|
||
<BR>
|
||
<I>use Boolean.valueOf(boolean)</I> </TD>
|
||
</TR>
|
||
</TABLE>
|
||
|
||
<P>
|
||
|
||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
||
<TD COLSPAN=2><FONT SIZE="+2">
|
||
<B>Deprecated Constructors</B></FONT></TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/assertions/AssertionResult.html#AssertionResult()">org.apache.jmeter.assertions.AssertionResult()</A>
|
||
<BR>
|
||
<I>- use the named constructor</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/visualizers/MonitorGraph.html#MonitorGraph()">org.apache.jmeter.visualizers.MonitorGraph()</A>
|
||
<BR>
|
||
<I>Only for use in unit testing</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/visualizers/MonitorHealthPanel.html#MonitorHealthPanel()">org.apache.jmeter.visualizers.MonitorHealthPanel()</A>
|
||
<BR>
|
||
<I>Only for use in unit testing</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/visualizers/MonitorPerformancePanel.html#MonitorPerformancePanel()">org.apache.jmeter.visualizers.MonitorPerformancePanel()</A>
|
||
<BR>
|
||
<I>Only for use in unit testing</I> </TD>
|
||
</TR>
|
||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||
<TD><A HREF="org/apache/jmeter/visualizers/ServerPanel.html#ServerPanel()">org.apache.jmeter.visualizers.ServerPanel()</A>
|
||
<BR>
|
||
<I>Only for use in unit testing</I> </TD>
|
||
</TR>
|
||
</TABLE>
|
||
|
||
<P>
|
||
<HR>
|
||
|
||
|
||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||
<A NAME="navbar_bottom"><!-- --></A>
|
||
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
||
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
||
<TR>
|
||
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
||
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
||
<TR ALIGN="center" VALIGN="top">
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
||
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
||
</TR>
|
||
</TABLE>
|
||
</TD>
|
||
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
||
<b>Apache JMeter</b></EM>
|
||
</TD>
|
||
</TR>
|
||
|
||
<TR>
|
||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||
PREV
|
||
NEXT</FONT></TD>
|
||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
|
||
<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>
|
||
<SCRIPT type="text/javascript">
|
||
<!--
|
||
if(window==top) {
|
||
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
|
||
}
|
||
//-->
|
||
</SCRIPT>
|
||
<NOSCRIPT>
|
||
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
|
||
</NOSCRIPT>
|
||
|
||
</FONT></TD>
|
||
</TR>
|
||
</TABLE>
|
||
<A NAME="skip-navbar_bottom"></A>
|
||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||
|
||
<HR>
|
||
Copyright <20> 1998-2007 Apache Software Foundation. All Rights Reserved.
|
||
</BODY>
|
||
</HTML>
|