org.apache.jmeter.protocol.http.control
public class HttpMirrorControl extends AbstractTestElement
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PORT_S |
static String |
PORT |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
HttpMirrorControl() |
HttpMirrorControl(int port) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRemove()
Called by Remove to determine if it is safe to remove the element.
|
int |
getDefaultPort() |
int |
getPort() |
String |
getPortString() |
boolean |
isServerAlive() |
void |
setPort(int port) |
void |
setPort(String port) |
void |
startHttpMirror() |
void |
stopHttpMirror() |
addProperty, addTestElement, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
public static final String DEFAULT_PORT_S
public static final String PORT
public HttpMirrorControl()
public HttpMirrorControl(int port)
public void setPort(int port)
public void setPort(String port)
public int getPort()
public String getPortString()
public int getDefaultPort()
public void startHttpMirror()
public void stopHttpMirror()
public boolean canRemove()
AbstractTestElement
canRemove
in interface TestElement
canRemove
in class AbstractTestElement
public boolean isServerAlive()
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.