Package akka.http.impl.settings
Class RoutingSettingsImpl
- java.lang.Object
-
- akka.http.javadsl.settings.RoutingSettings
-
- akka.http.scaladsl.settings.RoutingSettings
-
- akka.http.impl.settings.RoutingSettingsImpl
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public final class RoutingSettingsImpl extends RoutingSettings implements scala.Product, java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoutingSettingsImpl(boolean verboseErrorMessages, boolean fileGetConditional, boolean renderVanityFooter, int rangeCountLimit, long rangeCoalescingThreshold, int decodeMaxBytesPerChunk, long decodeMaxSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static T
apply(akka.actor.ActorSystem system)
static T
apply(com.typesafe.config.Config config)
static T
apply(java.lang.String configOverrides)
int
decodeMaxBytesPerChunk()
long
decodeMaxSize()
boolean
fileGetConditional()
java.lang.String
fileIODispatcher()
Deprecated.binary compatibility method.static RoutingSettingsImpl
fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
protected static java.lang.String
prefix()
java.lang.String
productPrefix()
long
rangeCoalescingThreshold()
int
rangeCountLimit()
boolean
renderVanityFooter()
boolean
verboseErrorMessages()
-
Methods inherited from class akka.http.scaladsl.settings.RoutingSettings
getDecodeMaxBytesPerChunk, getDecodeMaxSize, getFileGetConditional, getFileIODispatcher, getRangeCoalescingThreshold, getRangeCountLimit, getRenderVanityFooter, getVerboseErrorMessages, withDecodeMaxBytesPerChunk, withDecodeMaxSize, withFileGetConditional, withFileIODispatcher, withRangeCoalescingThreshold, withRangeCountLimit, withRenderVanityFooter, withVerboseErrorMessages
-
Methods inherited from class akka.http.javadsl.settings.RoutingSettings
create, create, create
-
-
-
-
Method Detail
-
fromSubConfig
public static RoutingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
-
prefix
protected static java.lang.String prefix()
-
apply
public static T apply(akka.actor.ActorSystem system)
-
apply
public static T apply(java.lang.String configOverrides)
-
apply
public static T apply(com.typesafe.config.Config config)
-
verboseErrorMessages
public boolean verboseErrorMessages()
- Specified by:
verboseErrorMessages
in classRoutingSettings
-
fileGetConditional
public boolean fileGetConditional()
- Specified by:
fileGetConditional
in classRoutingSettings
-
renderVanityFooter
public boolean renderVanityFooter()
- Specified by:
renderVanityFooter
in classRoutingSettings
-
rangeCountLimit
public int rangeCountLimit()
- Specified by:
rangeCountLimit
in classRoutingSettings
-
rangeCoalescingThreshold
public long rangeCoalescingThreshold()
- Specified by:
rangeCoalescingThreshold
in classRoutingSettings
-
decodeMaxBytesPerChunk
public int decodeMaxBytesPerChunk()
- Specified by:
decodeMaxBytesPerChunk
in classRoutingSettings
-
decodeMaxSize
public long decodeMaxSize()
- Specified by:
decodeMaxSize
in classRoutingSettings
-
fileIODispatcher
public java.lang.String fileIODispatcher()
Deprecated.binary compatibility method. Use `akka.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since 10.1.6.- Specified by:
fileIODispatcher
in classRoutingSettings
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
-