|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.web.WebServerApplicationProperties
public class WebServerApplicationProperties
This class provides common support to applications requiring properties related to web services.
The following properties are supported:
WebServer.ListeningPort - the port that an association acceptor will listen on for incoming http connections
WebServer.RootURL - the root of the URL by which this host is accessible (e.g., http://www.hostname.com:7091/)
WebServer.StylesheetPath
WebServer.DebugLevel - for no debugging (silent), > 0 for more verbose levels of debugging
WebServer.InstanceNameForServiceAdvertising - the name to use to advertise the service using DNS-SD (Bonjour)
WebServer.NumberOfWorkers - the number of connection thread workers
| Constructor Summary | |
|---|---|
WebServerApplicationProperties()
Create default properties. |
|
WebServerApplicationProperties(Properties properties)
Extract the properties from the supplied properties. |
|
| Method Summary | |
|---|---|
String |
getInstanceName()
Return the instance name for service sdvertising. |
int |
getListeningPort()
Return the listening port. |
int |
getNumberOfWorkers()
Return the number of workers. |
String |
getRequestTypeToUseForInstances()
Return the request type to use for displaying instances. |
String |
getRootURL()
Return the root URL. |
String |
getStylesheetPath()
Return the stylesheet path. |
int |
getWebServerDebugLevel()
Return the web server debug level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServerApplicationProperties()
Create default properties.
public WebServerApplicationProperties(Properties properties)
Extract the properties from the supplied properties.
properties - | Method Detail |
|---|
public String getRootURL()
Return the root URL.
public String getStylesheetPath()
Return the stylesheet path.
public String getRequestTypeToUseForInstances()
Return the request type to use for displaying instances.
public int getListeningPort()
Return the listening port.
public int getWebServerDebugLevel()
Return the web server debug level.
public String getInstanceName()
Return the instance name for service sdvertising.
public int getNumberOfWorkers()
Return the number of workers.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||