public class ServerForm extends Object
| Constructor and Description |
|---|
ServerForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
String |
getHostname() |
String |
getHttpPort() |
Boolean |
getHttpsEnabled() |
String |
getHttpsPort() |
void |
setContext(String context) |
void |
setHostname(String hostname) |
void |
setHttpPort(String httpPort) |
void |
setHttpsEnabled(Boolean httpsEnabled) |
void |
setHttpsPort(String httpsPort) |
public String getContext()
public String getHostname()
public String getHttpPort()
public Boolean getHttpsEnabled()
public String getHttpsPort()
public void setContext(String context)
context - the context to setpublic void setHostname(String hostname)
hostname - the hostname to setpublic void setHttpPort(String httpPort)
httpPort - the httpPort to setpublic void setHttpsEnabled(Boolean httpsEnabled)
httpsEnabled - the httpsEnabled to setpublic void setHttpsPort(String httpsPort)
httpsPort - the httpsPort to setCopyright © 2019 Communote team. All rights reserved.