public static class ServerProperties.Undertow extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerProperties.Undertow.Accesslog
Undertow access log properties.
|
static class |
ServerProperties.Undertow.Options |
Constructor and Description |
---|
Undertow() |
public DataSize getMaxHttpPostSize()
public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public DataSize getBufferSize()
public void setBufferSize(DataSize bufferSize)
public Integer getIoThreads()
public void setIoThreads(Integer ioThreads)
public Integer getWorkerThreads()
public void setWorkerThreads(Integer workerThreads)
public Boolean getDirectBuffers()
public void setDirectBuffers(Boolean directBuffers)
public boolean isEagerFilterInit()
public void setEagerFilterInit(boolean eagerFilterInit)
public int getMaxParameters()
public void setMaxParameters(Integer maxParameters)
public int getMaxHeaders()
public void setMaxHeaders(int maxHeaders)
public Integer getMaxCookies()
public void setMaxCookies(Integer maxCookies)
public boolean isAllowEncodedSlash()
public void setAllowEncodedSlash(boolean allowEncodedSlash)
public boolean isDecodeUrl()
public void setDecodeUrl(Boolean decodeUrl)
public Charset getUrlCharset()
public void setUrlCharset(Charset urlCharset)
public boolean isAlwaysSetKeepAlive()
public void setAlwaysSetKeepAlive(boolean alwaysSetKeepAlive)
public Duration getNoRequestTimeout()
public void setNoRequestTimeout(Duration noRequestTimeout)
public ServerProperties.Undertow.Accesslog getAccesslog()
public ServerProperties.Undertow.Options getOptions()