Runnablepublic class BeanShellServer extends Object implements Runnable
| Constructor | Description |
|---|---|
BeanShellServer(int port,
String file) |
Constructor which sets the port for this server and the path to an
optional init file
|
public BeanShellServer(int port,
String file)
port - the port for the server to usefile - the path to an init file, or an empty string, if no init file
should be usedCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.