Method Summary |
|
URL | addClassLoader(ClassLoader cl) |
int | getBacklog() |
String | getBindAddress() |
String | getCodebase() The RMI codebase URL. |
boolean | getDownloadResources() |
boolean | getDownloadServerClasses() |
String | getHost() |
int | getPort() |
void | removeClassLoader(ClassLoader cl) |
void | setBacklog(int backlog) The WebService listen queue backlog limit. |
void | setBindAddress(String bindAddress) The specific address the WebService listens on. |
void | setDownloadResources(boolean flag) Whether the server will serve resource files. |
void | setDownloadServerClasses(boolean flag) Whether the server should attempt to download classes using the thread context
class loader when a request arrives that does not have a class loader key prefix. |
void | setHost(String hostname) The name of the interface to use for the host portion of the RMI codebase URL. |
void | setPort(int port) The WebService listening port, 0 for anonymous. |
void | setThreadPool(BasicThreadPoolMBean threadPool) The thread pool used for the WebServer class loading. |