类 ServerProperties.Undertow
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- 封闭类:
ServerProperties
Undertow properties.
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Undertow access log properties.static class
static class
Undertow thread properties. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
boolean
已过时, 待删除: 此 API 元素将从以后的版本中删除。boolean
boolean
boolean
boolean
void
setAllowEncodedSlash
(boolean allowEncodedSlash) 已过时, 待删除: 此 API 元素将从以后的版本中删除。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)
-
构造器详细资料
-
Undertow
public Undertow()
-
-
方法详细资料
-
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()已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
setAllowEncodedSlash
@Deprecated(forRemoval=true, since="3.0.3") public void setAllowEncodedSlash(boolean allowEncodedSlash) 已过时, 待删除: 此 API 元素将从以后的版本中删除。 -
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
-