Class BeanShellServer
java.lang.Object
org.apache.jmeter.util.BeanShellServer
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionBeanShellServer(int port, String file) Constructor which sets the port for this server and the path to an optional init file -
Method Summary
-
Constructor Details
-
BeanShellServer
Constructor which sets the port for this server and the path to an optional init file- Parameters:
port- the port for the server to usefile- the path to an init file, or an empty string, if no init file should be used
-
-
Method Details
-
run
-