Package net.thevpc.nhttp.server.api
Class NWebServerOptions
java.lang.Object
net.thevpc.nhttp.server.api.NWebServerOptions
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getPort()booleangetReset()getSsl()booleanisReset()setBacklog(Integer backlog) setContextPath(String contextPath) setIdlTimeSeconds(Integer idlTimeSeconds) setLogFile(String logFile) setMaxConnexions(Integer maxConnexions) setMinConnexions(Integer minConnexions) setPidFile(String pidFile) setQueueSize(Integer queueSize) setReset(boolean reset)
-
Constructor Details
-
NWebServerOptions
public NWebServerOptions()
-
-
Method Details
-
isReset
public boolean isReset() -
getPidFile
-
setPidFile
-
getLogFile
-
setLogFile
-
getPort
-
setPort
-
getSsl
-
setSsl
-
getBacklog
-
setBacklog
-
getMinConnexions
-
setMinConnexions
-
getMaxConnexions
-
setMaxConnexions
-
getQueueSize
-
setQueueSize
-
getIdlTimeSeconds
-
setIdlTimeSeconds
-
getReset
public boolean getReset() -
setReset
-
copy
-
getContextPath
-
setContextPath
-