public static class ServerProperties.Undertow
extends java.lang.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() |
| Modifier and Type | Method and Description |
|---|---|
ServerProperties.Undertow.Accesslog |
getAccesslog() |
org.springframework.util.unit.DataSize |
getBufferSize() |
java.lang.Boolean |
getDirectBuffers() |
java.lang.Integer |
getMaxCookies() |
int |
getMaxHeaders() |
org.springframework.util.unit.DataSize |
getMaxHttpPostSize() |
int |
getMaxParameters() |
java.time.Duration |
getNoRequestTimeout() |
ServerProperties.Undertow.Options |
getOptions() |
ServerProperties.Undertow.Threads |
getThreads() |
java.nio.charset.Charset |
getUrlCharset() |
boolean |
isAllowEncodedSlash() |
boolean |
isAlwaysSetKeepAlive() |
boolean |
isDecodeUrl() |
boolean |
isEagerFilterInit() |
boolean |
isPreservePathOnForward() |
void |
setAllowEncodedSlash(boolean allowEncodedSlash) |
void |
setAlwaysSetKeepAlive(boolean alwaysSetKeepAlive) |
void |
setBufferSize(org.springframework.util.unit.DataSize bufferSize) |
void |
setDecodeUrl(java.lang.Boolean decodeUrl) |
void |
setDirectBuffers(java.lang.Boolean directBuffers) |
void |
setEagerFilterInit(boolean eagerFilterInit) |
void |
setMaxCookies(java.lang.Integer maxCookies) |
void |
setMaxHeaders(int maxHeaders) |
void |
setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize) |
void |
setMaxParameters(java.lang.Integer maxParameters) |
void |
setNoRequestTimeout(java.time.Duration noRequestTimeout) |
void |
setPreservePathOnForward(boolean preservePathOnForward) |
void |
setUrlCharset(java.nio.charset.Charset urlCharset) |
public org.springframework.util.unit.DataSize getMaxHttpPostSize()
public void setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize)
public org.springframework.util.unit.DataSize getBufferSize()
public void setBufferSize(org.springframework.util.unit.DataSize bufferSize)
public java.lang.Boolean getDirectBuffers()
public void setDirectBuffers(java.lang.Boolean directBuffers)
public boolean isEagerFilterInit()
public void setEagerFilterInit(boolean eagerFilterInit)
public int getMaxParameters()
public void setMaxParameters(java.lang.Integer maxParameters)
public int getMaxHeaders()
public void setMaxHeaders(int maxHeaders)
public java.lang.Integer getMaxCookies()
public void setMaxCookies(java.lang.Integer maxCookies)
public boolean isAllowEncodedSlash()
public void setAllowEncodedSlash(boolean allowEncodedSlash)
public boolean isDecodeUrl()
public void setDecodeUrl(java.lang.Boolean decodeUrl)
public java.nio.charset.Charset getUrlCharset()
public void setUrlCharset(java.nio.charset.Charset urlCharset)
public boolean isAlwaysSetKeepAlive()
public void setAlwaysSetKeepAlive(boolean alwaysSetKeepAlive)
public java.time.Duration getNoRequestTimeout()
public void setNoRequestTimeout(java.time.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()