@org.springframework.boot.context.properties.ConfigurationProperties("server.undertow")
public class UndertowServerProperties
extends java.lang.Object
Undertow server properties.
| Modifiers | Name | Description |
|---|---|---|
static class |
UndertowServerProperties.Accesslog |
Undertow access log properties. |
static class |
UndertowServerProperties.Options |
|
static class |
UndertowServerProperties.Threads |
Undertow thread properties. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Accesslog |
getAccesslog() |
|
public DataSize |
getBufferSize() |
|
public java.lang.Boolean |
getDecodeSlash() |
|
public java.lang.Boolean |
getDirectBuffers() |
|
public java.lang.Integer |
getMaxCookies() |
|
public int |
getMaxHeaders() |
|
public DataSize |
getMaxHttpPostSize() |
|
public int |
getMaxParameters() |
|
public java.time.Duration |
getNoRequestTimeout() |
|
public Options |
getOptions() |
|
public Threads |
getThreads() |
|
public java.nio.charset.Charset |
getUrlCharset() |
|
public boolean |
isAlwaysSetKeepAlive() |
|
public boolean |
isDecodeUrl() |
|
public boolean |
isEagerFilterInit() |
|
public boolean |
isPreservePathOnForward() |
|
public void |
setAlwaysSetKeepAlive(boolean alwaysSetKeepAlive) |
|
public void |
setBufferSize(DataSize bufferSize) |
|
public void |
setDecodeSlash(java.lang.Boolean decodeSlash) |
|
public void |
setDecodeUrl(java.lang.Boolean decodeUrl) |
|
public void |
setDirectBuffers(java.lang.Boolean directBuffers) |
|
public void |
setEagerFilterInit(boolean eagerFilterInit) |
|
public void |
setMaxCookies(java.lang.Integer maxCookies) |
|
public void |
setMaxHeaders(int maxHeaders) |
|
public void |
setMaxHttpPostSize(DataSize maxHttpPostSize) |
|
public void |
setMaxParameters(java.lang.Integer maxParameters) |
|
public void |
setNoRequestTimeout(java.time.Duration noRequestTimeout) |
|
public void |
setPreservePathOnForward(boolean preservePathOnForward) |
|
public void |
setUrlCharset(java.nio.charset.Charset urlCharset) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |