public class BeanShellServer
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
BeanShellServer(int port,
java.lang.String file)
Constructor which sets the port for this server and the path to an
optional init file
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public BeanShellServer(int port,
java.lang.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.