Interface HTTPServiceDetails
public interface HTTPServiceDetails
The details associated with an HTTP Service.
- Since:
- 4.0
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Returns the HTTP service name.Returns all of the service properties.getProperty(String key) Returns the value of a specified property.Returns the Web Server Name.booleanisDebug()Is debug set?
- 
Method Details- 
getNameString getName()Returns the HTTP service name.- Returns:
- HTTP service name
 
- 
getWebServerNameString getWebServerName()Returns the Web Server Name.- Returns:
- the web server name.
 
- 
getPropertiesProperties getProperties()Returns all of the service properties.- Returns:
- the service properties
 
- 
getPropertyReturns the value of a specified property.- Parameters:
- key- property key
- Returns:
- property value or null if no properties defined or specified property not defined
 
- 
isDebugboolean isDebug()Is debug set?- Returns:
- true if debug set
 
 
-