| Constructor and Description |
|---|
NWebServerOptions() |
public String getHostName()
public NWebServerOptions setHostName(String hostName)
public boolean isReset()
public boolean isIgnoreExistingPidFile()
public NWebServerOptions setIgnoreExistingPidFile(boolean ignoreExistingPidFile)
public String getPidFile()
public NWebServerOptions setPidFile(String pidFile)
public String getLogFile()
public NWebServerOptions setLogFile(String logFile)
public Integer getPort()
public NWebServerOptions setPort(Integer port)
public Boolean getTls()
public NWebServerOptions setTls(Boolean tls)
public Integer getBacklog()
public NWebServerOptions setBacklog(Integer backlog)
public Integer getMinConnexions()
public NWebServerOptions setMinConnexions(Integer minConnexions)
public Integer getMaxConnexions()
public NWebServerOptions setMaxConnexions(Integer maxConnexions)
public Integer getQueueSize()
public NWebServerOptions setQueueSize(Integer queueSize)
public Integer getIdlTimeSeconds()
public NWebServerOptions setIdlTimeSeconds(Integer idlTimeSeconds)
public boolean getReset()
public NWebServerOptions setReset(boolean reset)
public NWebServerOptions copy()
public String getContextPath()
public NWebServerOptions setContextPath(String contextPath)
public Long getLogFileMaxSize()
public NWebServerOptions setLogFileMaxSize(Long logFileMaxSize)
Copyright © 2025 vpc open source initiative. All rights reserved.