public final class RoutingSettingsImpl extends RoutingSettings implements scala.Product, java.io.Serializable
Constructor and Description |
---|
RoutingSettingsImpl(boolean verboseErrorMessages,
boolean fileGetConditional,
boolean renderVanityFooter,
int rangeCountLimit,
long rangeCoalescingThreshold,
int decodeMaxBytesPerChunk,
long decodeMaxSize) |
Modifier and Type | Method and Description |
---|---|
static T |
apply(org.apache.pekko.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. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
|
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() |
getDecodeMaxBytesPerChunk, getDecodeMaxSize, getFileGetConditional, getFileIODispatcher, getRangeCoalescingThreshold, getRangeCountLimit, getRenderVanityFooter, getVerboseErrorMessages, withDecodeMaxBytesPerChunk, withDecodeMaxSize, withFileGetConditional, withFileIODispatcher, withRangeCoalescingThreshold, withRangeCountLimit, withRenderVanityFooter, withVerboseErrorMessages
create, create, create
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoutingSettingsImpl(boolean verboseErrorMessages, boolean fileGetConditional, boolean renderVanityFooter, int rangeCountLimit, long rangeCoalescingThreshold, int decodeMaxBytesPerChunk, long decodeMaxSize)
public static RoutingSettingsImpl fromSubConfig(com.typesafe.config.Config root, com.typesafe.config.Config c)
protected static java.lang.String prefix()
public static T apply(org.apache.pekko.actor.ActorSystem system)
public static T apply(java.lang.String configOverrides)
public static T apply(com.typesafe.config.Config config)
public boolean verboseErrorMessages()
verboseErrorMessages
in class RoutingSettings
public boolean fileGetConditional()
fileGetConditional
in class RoutingSettings
public boolean renderVanityFooter()
renderVanityFooter
in class RoutingSettings
public int rangeCountLimit()
rangeCountLimit
in class RoutingSettings
public long rangeCoalescingThreshold()
rangeCoalescingThreshold
in class RoutingSettings
public int decodeMaxBytesPerChunk()
decodeMaxBytesPerChunk
in class RoutingSettings
public long decodeMaxSize()
decodeMaxSize
in class RoutingSettings
public java.lang.String fileIODispatcher()
fileIODispatcher
in class RoutingSettings
public java.lang.String productPrefix()
productPrefix
in interface scala.Product