Class RoutingSettings
java.lang.Object
org.apache.pekko.http.javadsl.settings.RoutingSettings
org.apache.pekko.http.scaladsl.settings.RoutingSettings
- Direct Known Subclasses:
- RoutingSettingsImpl
Public API but not intended for subclassing
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RoutingSettingsapply(com.typesafe.config.Config config) static RoutingSettingsabstract intabstract longabstract booleanintlongbooleanlongintbooleanbooleanabstract longabstract intabstract booleanabstract booleanwithDecodeMaxBytesPerChunk(int decodeMaxBytesPerChunk) withDecodeMaxSize(long decodeMaxSize) withFileGetConditional(boolean fileGetConditional) withRangeCoalescingThreshold(long rangeCoalescingThreshold) withRangeCountLimit(int rangeCountLimit) withRenderVanityFooter(boolean renderVanityFooter) withVerboseErrorMessages(boolean verboseErrorMessages) Methods inherited from class org.apache.pekko.http.javadsl.settings.RoutingSettingscreate, create, create
- 
Constructor Details- 
RoutingSettingspublic RoutingSettings()
 
- 
- 
Method Details- 
apply
- 
apply
- 
verboseErrorMessagespublic abstract boolean verboseErrorMessages()
- 
fileGetConditionalpublic abstract boolean fileGetConditional()
- 
rangeCountLimitpublic abstract int rangeCountLimit()
- 
rangeCoalescingThresholdpublic abstract long rangeCoalescingThreshold()
- 
decodeMaxBytesPerChunkpublic abstract int decodeMaxBytesPerChunk()
- 
decodeMaxSizepublic abstract long decodeMaxSize()
- 
getVerboseErrorMessagespublic boolean getVerboseErrorMessages()- Specified by:
- getVerboseErrorMessagesin class- RoutingSettings
 
- 
getFileGetConditionalpublic boolean getFileGetConditional()- Specified by:
- getFileGetConditionalin class- RoutingSettings
 
- 
getRangeCountLimitpublic int getRangeCountLimit()- Specified by:
- getRangeCountLimitin class- RoutingSettings
 
- 
getRangeCoalescingThresholdpublic long getRangeCoalescingThreshold()- Specified by:
- getRangeCoalescingThresholdin class- RoutingSettings
 
- 
getDecodeMaxBytesPerChunkpublic int getDecodeMaxBytesPerChunk()- Specified by:
- getDecodeMaxBytesPerChunkin class- RoutingSettings
 
- 
getDecodeMaxSizepublic long getDecodeMaxSize()
- 
withVerboseErrorMessages- Overrides:
- withVerboseErrorMessagesin class- RoutingSettings
 
- 
withFileGetConditional- Overrides:
- withFileGetConditionalin class- RoutingSettings
 
- 
withRangeCountLimit- Overrides:
- withRangeCountLimitin class- RoutingSettings
 
- 
withRangeCoalescingThreshold- Overrides:
- withRangeCoalescingThresholdin class- RoutingSettings
 
- 
withDecodeMaxBytesPerChunk- Overrides:
- withDecodeMaxBytesPerChunkin class- RoutingSettings
 
- 
withDecodeMaxSize- Overrides:
- withDecodeMaxSizein class- RoutingSettings
 
 
-