public class WebServerInfo extends Object
Constructor and Description |
---|
WebServerInfo()
Creates a new instance of WebServerInfo
|
Modifier and Type | Method and Description |
---|---|
VirtualServerInfo |
getHttpsVS()
Getter for property httpsVS.
|
VirtualServerInfo |
getHttpVS()
Getter for property httpVS.
|
URL |
getWebServerRootURL(boolean secure) |
void |
setHttpsVS(VirtualServerInfo httpsVS)
Setter for property httpsVS.
|
void |
setHttpVS(VirtualServerInfo httpVS)
Setter for property httpVS.
|
public VirtualServerInfo getHttpVS()
public void setHttpVS(VirtualServerInfo httpVS)
httpVS
- New value of property httpVS.public VirtualServerInfo getHttpsVS()
public void setHttpsVS(VirtualServerInfo httpsVS)
httpsVS
- New value of property httpsVS.public URL getWebServerRootURL(boolean secure) throws MalformedURLException
MalformedURLException
Copyright © 2018. All rights reserved.