Class ServerProperties.Undertow
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- Enclosing class:
- ServerProperties
Undertow properties.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Undertow access log properties.static class
static class
Undertow thread properties. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
boolean
boolean
boolean
void
setAllowEncodedSlash
(boolean allowEncodedSlash) Deprecated, for removal: This API element is subject to removal in a future version.void
setAlwaysSetKeepAlive
(boolean alwaysSetKeepAlive) void
setBufferSize
(DataSize bufferSize) void
setDecodeSlash
(Boolean decodeSlash) void
setDecodeUrl
(Boolean decodeUrl) void
setDirectBuffers
(Boolean directBuffers) void
setEagerFilterInit
(boolean eagerFilterInit) void
setMaxCookies
(Integer maxCookies) void
setMaxHeaders
(int maxHeaders) void
setMaxHttpPostSize
(DataSize maxHttpPostSize) void
setMaxParameters
(Integer maxParameters) void
setNoRequestTimeout
(Duration noRequestTimeout) void
setPreservePathOnForward
(boolean preservePathOnForward) void
setUrlCharset
(Charset urlCharset)
-
Constructor Details
-
Undertow
public Undertow()
-
-
Method Details
-
getMaxHttpPostSize
-
setMaxHttpPostSize
-
getBufferSize
-
setBufferSize
-
getDirectBuffers
-
setDirectBuffers
-
isEagerFilterInit
public boolean isEagerFilterInit() -
setEagerFilterInit
public void setEagerFilterInit(boolean eagerFilterInit) -
getMaxParameters
public int getMaxParameters() -
setMaxParameters
-
getMaxHeaders
public int getMaxHeaders() -
setMaxHeaders
public void setMaxHeaders(int maxHeaders) -
getMaxCookies
-
setMaxCookies
-
isAllowEncodedSlash
@DeprecatedConfigurationProperty(replacement="server.undertow.decode-slash", since="3.0.3") @Deprecated(forRemoval=true, since="3.0.3") public boolean isAllowEncodedSlash()Deprecated, for removal: This API element is subject to removal in a future version. -
setAllowEncodedSlash
@Deprecated(forRemoval=true, since="3.0.3") public void setAllowEncodedSlash(boolean allowEncodedSlash) Deprecated, for removal: This API element is subject to removal in a future version. -
getDecodeSlash
-
setDecodeSlash
-
isDecodeUrl
public boolean isDecodeUrl() -
setDecodeUrl
-
getUrlCharset
-
setUrlCharset
-
isAlwaysSetKeepAlive
public boolean isAlwaysSetKeepAlive() -
setAlwaysSetKeepAlive
public void setAlwaysSetKeepAlive(boolean alwaysSetKeepAlive) -
getNoRequestTimeout
-
setNoRequestTimeout
-
isPreservePathOnForward
public boolean isPreservePathOnForward() -
setPreservePathOnForward
public void setPreservePathOnForward(boolean preservePathOnForward) -
getAccesslog
-
getThreads
-
getOptions
-