| 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 getMinConnections()
public NWebServerOptions setMinConnections(Integer minConnections)
public Integer getMaxConnections()
public NWebServerOptions setMaxConnections(Integer maxConnections)
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 © 2026 vpc open source initiative. All rights reserved.