类 ServerProperties.Undertow
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- 封闭类:
ServerProperties
Undertow properties.
-
嵌套类概要
嵌套类修饰符和类型类说明static classUndertow access log properties.static classstatic classUndertow thread properties. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintboolean已过时, 待删除: 此 API 元素将从以后的版本中删除。booleanbooleanbooleanbooleanvoidsetAllowEncodedSlash(boolean allowEncodedSlash) 已过时, 待删除: 此 API 元素将从以后的版本中删除。voidsetAlwaysSetKeepAlive(boolean alwaysSetKeepAlive) voidsetBufferSize(DataSize bufferSize) voidsetDecodeSlash(Boolean decodeSlash) voidsetDecodeUrl(Boolean decodeUrl) voidsetDirectBuffers(Boolean directBuffers) voidsetEagerFilterInit(boolean eagerFilterInit) voidsetMaxCookies(Integer maxCookies) voidsetMaxHeaders(int maxHeaders) voidsetMaxHttpPostSize(DataSize maxHttpPostSize) voidsetMaxParameters(Integer maxParameters) voidsetNoRequestTimeout(Duration noRequestTimeout) voidsetPreservePathOnForward(boolean preservePathOnForward) voidsetUrlCharset(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
-