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 Summary
Constructors -
Method Summary
Modifier 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.RoutingSettings
create, create, create
-
Constructor Details
-
RoutingSettings
public RoutingSettings()
-
-
Method Details
-
apply
-
apply
-
verboseErrorMessages
public abstract boolean verboseErrorMessages() -
fileGetConditional
public abstract boolean fileGetConditional() -
rangeCountLimit
public abstract int rangeCountLimit() -
rangeCoalescingThreshold
public abstract long rangeCoalescingThreshold() -
decodeMaxBytesPerChunk
public abstract int decodeMaxBytesPerChunk() -
decodeMaxSize
public abstract long decodeMaxSize() -
getVerboseErrorMessages
public boolean getVerboseErrorMessages()- Specified by:
getVerboseErrorMessagesin classRoutingSettings
-
getFileGetConditional
public boolean getFileGetConditional()- Specified by:
getFileGetConditionalin classRoutingSettings
-
getRangeCountLimit
public int getRangeCountLimit()- Specified by:
getRangeCountLimitin classRoutingSettings
-
getRangeCoalescingThreshold
public long getRangeCoalescingThreshold()- Specified by:
getRangeCoalescingThresholdin classRoutingSettings
-
getDecodeMaxBytesPerChunk
public int getDecodeMaxBytesPerChunk()- Specified by:
getDecodeMaxBytesPerChunkin classRoutingSettings
-
getDecodeMaxSize
public long getDecodeMaxSize() -
withVerboseErrorMessages
- Overrides:
withVerboseErrorMessagesin classRoutingSettings
-
withFileGetConditional
- Overrides:
withFileGetConditionalin classRoutingSettings
-
withRangeCountLimit
- Overrides:
withRangeCountLimitin classRoutingSettings
-
withRangeCoalescingThreshold
- Overrides:
withRangeCoalescingThresholdin classRoutingSettings
-
withDecodeMaxBytesPerChunk
- Overrides:
withDecodeMaxBytesPerChunkin classRoutingSettings
-
withDecodeMaxSize
- Overrides:
withDecodeMaxSizein classRoutingSettings
-