Class RoutingSettings
java.lang.Object
org.apache.pekko.http.javadsl.settings.RoutingSettings
- Direct Known Subclasses:
RoutingSettings
Public API but not intended for subclassing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingSettings
create
(com.typesafe.config.Config config) static RoutingSettings
static RoutingSettings
create
(org.apache.pekko.actor.ActorSystem system) abstract int
abstract boolean
abstract long
abstract int
abstract boolean
abstract boolean
withDecodeMaxBytesPerChunk
(int decodeMaxBytesPerChunk) withDecodeMaxSize
(long decodeMaxSize) withFileGetConditional
(boolean fileGetConditional) withRangeCoalescingThreshold
(long rangeCoalescingThreshold) withRangeCountLimit
(int rangeCountLimit) withRenderVanityFooter
(boolean renderVanityFooter) withVerboseErrorMessages
(boolean verboseErrorMessages)
-
Constructor Details
-
RoutingSettings
public RoutingSettings()
-
-
Method Details
-
create
-
create
-
create
-
getVerboseErrorMessages
public abstract boolean getVerboseErrorMessages() -
getFileGetConditional
public abstract boolean getFileGetConditional() -
getRangeCountLimit
public abstract int getRangeCountLimit() -
getRangeCoalescingThreshold
public abstract long getRangeCoalescingThreshold() -
getDecodeMaxBytesPerChunk
public abstract int getDecodeMaxBytesPerChunk() -
withVerboseErrorMessages
-
withFileGetConditional
-
withRangeCountLimit
-
withRangeCoalescingThreshold
-
withDecodeMaxBytesPerChunk
-
withDecodeMaxSize
-