Class ServerProperties.Undertow
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- Enclosing class:
- ServerProperties
Undertow properties.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUndertow access log properties.static classstatic classUndertow thread properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanbooleanbooleanbooleanvoidsetAllowEncodedSlash(boolean allowEncodedSlash) voidsetAlwaysSetKeepAlive(boolean alwaysSetKeepAlive) voidsetBufferSize(DataSize bufferSize) 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)
-
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
public boolean isAllowEncodedSlash() -
setAllowEncodedSlash
public void setAllowEncodedSlash(boolean allowEncodedSlash) -
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
-