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 Tapply(akka.actor.ActorSystem system)static Tapply(com.typesafe.config.Config config)static Tapply(java.lang.String configOverrides)intdecodeMaxBytesPerChunk()longdecodeMaxSize()booleanfileGetConditional()java.lang.StringfileIODispatcher()Deprecated.binary compatibility method.static RoutingSettingsImplfromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)protected static java.lang.Stringprefix()java.lang.StringproductPrefix()longrangeCoalescingThreshold()intrangeCountLimit()booleanrenderVanityFooter()booleanverboseErrorMessages()-
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:
verboseErrorMessagesin classRoutingSettings
-
fileGetConditional
public boolean fileGetConditional()
- Specified by:
fileGetConditionalin classRoutingSettings
-
renderVanityFooter
public boolean renderVanityFooter()
- Specified by:
renderVanityFooterin classRoutingSettings
-
rangeCountLimit
public int rangeCountLimit()
- Specified by:
rangeCountLimitin classRoutingSettings
-
rangeCoalescingThreshold
public long rangeCoalescingThreshold()
- Specified by:
rangeCoalescingThresholdin classRoutingSettings
-
decodeMaxBytesPerChunk
public int decodeMaxBytesPerChunk()
- Specified by:
decodeMaxBytesPerChunkin classRoutingSettings
-
decodeMaxSize
public long decodeMaxSize()
- Specified by:
decodeMaxSizein 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:
fileIODispatcherin classRoutingSettings
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
-