クラス ServerProperties.Undertow
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- 含まれているクラス:
- ServerProperties
Undertow プロパティ。
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static classUndertow アクセスログのプロパティ。static classstatic classUndertow スレッドのプロパティ。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明intintboolean非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。booleanbooleanbooleanbooleanvoidsetAllowEncodedSlash(boolean allowEncodedSlash) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。voidsetAlwaysSetKeepAlive(boolean alwaysSetKeepAlive) voidsetBufferSize(DataSize bufferSize) voidsetDecodeSlash(BooleanSE decodeSlash) voidsetDecodeUrl(BooleanSE decodeUrl) voidsetDirectBuffers(BooleanSE directBuffers) voidsetEagerFilterInit(boolean eagerFilterInit) voidsetMaxCookies(IntegerSE maxCookies) voidsetMaxHeaders(int maxHeaders) voidsetMaxHttpPostSize(DataSize maxHttpPostSize) voidsetMaxParameters(IntegerSE maxParameters) voidsetNoRequestTimeout(DurationSE noRequestTimeout) voidsetPreservePathOnForward(boolean preservePathOnForward) voidsetUrlCharset(CharsetSE 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") @DeprecatedSE(forRemoval=true, since="3.0.3") public boolean isAllowEncodedSlash()非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。setAllowEncodedSlash
@DeprecatedSE(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