Class RoutingSettingsImpl
java.lang.Object
org.apache.pekko.http.javadsl.settings.RoutingSettings
org.apache.pekko.http.scaladsl.settings.RoutingSettings
org.apache.pekko.http.impl.settings.RoutingSettingsImpl
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
public final class RoutingSettingsImpl
extends RoutingSettings
implements scala.Product, Serializable
INTERNAL API
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRoutingSettingsImpl(boolean verboseErrorMessages, boolean fileGetConditional, boolean renderVanityFooter, int rangeCountLimit, long rangeCoalescingThreshold, int decodeMaxBytesPerChunk, long decodeMaxSize) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic Tapply(com.typesafe.config.Config config) static Tstatic Tapply(org.apache.pekko.actor.ActorSystem system) intlongbooleanstatic RoutingSettingsImplfromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) protected static Stringprefix()longintbooleanbooleanMethods inherited from class org.apache.pekko.http.scaladsl.settings.RoutingSettingsgetDecodeMaxBytesPerChunk, getDecodeMaxSize, getFileGetConditional, getRangeCoalescingThreshold, getRangeCountLimit, getRenderVanityFooter, getVerboseErrorMessages, withDecodeMaxBytesPerChunk, withDecodeMaxSize, withFileGetConditional, withRangeCoalescingThreshold, withRangeCountLimit, withRenderVanityFooter, withVerboseErrorMessagesMethods inherited from class org.apache.pekko.http.javadsl.settings.RoutingSettingscreate, create, createMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator
- 
Constructor Details- 
RoutingSettingsImplpublic RoutingSettingsImpl(boolean verboseErrorMessages, boolean fileGetConditional, boolean renderVanityFooter, int rangeCountLimit, long rangeCoalescingThreshold, int decodeMaxBytesPerChunk, long decodeMaxSize) 
 
- 
- 
Method Details- 
fromSubConfigpublic static RoutingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c) 
- 
prefix
- 
applypublic static T apply(org.apache.pekko.actor.ActorSystem system) 
- 
apply
- 
applypublic static T apply(com.typesafe.config.Config config) 
- 
verboseErrorMessagespublic boolean verboseErrorMessages()- Specified by:
- verboseErrorMessagesin class- RoutingSettings
 
- 
fileGetConditionalpublic boolean fileGetConditional()- Specified by:
- fileGetConditionalin class- RoutingSettings
 
- 
rangeCountLimitpublic int rangeCountLimit()- Specified by:
- rangeCountLimitin class- RoutingSettings
 
- 
rangeCoalescingThresholdpublic long rangeCoalescingThreshold()- Specified by:
- rangeCoalescingThresholdin class- RoutingSettings
 
- 
decodeMaxBytesPerChunkpublic int decodeMaxBytesPerChunk()- Specified by:
- decodeMaxBytesPerChunkin class- RoutingSettings
 
- 
decodeMaxSizepublic long decodeMaxSize()- Specified by:
- decodeMaxSizein class- RoutingSettings
 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
 
-