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 |
static class |
ServerProperties.Undertow.Threads
Undertow thread properties.
|
Constructor and Description |
---|
Undertow() |
public DataSize getMaxHttpPostSize()
public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public DataSize getBufferSize()
public void setBufferSize(DataSize bufferSize)
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 boolean isPreservePathOnForward()
public void setPreservePathOnForward(boolean preservePathOnForward)
public ServerProperties.Undertow.Accesslog getAccesslog()
public ServerProperties.Undertow.Threads getThreads()
public ServerProperties.Undertow.Options getOptions()