abstract class RoutingSettings extends AnyRef

Public API but not intended for subclassing

Self Type
RoutingSettingsImpl
Annotations
@DoNotInherit()
Source
RoutingSettings.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoutingSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def getDecodeMaxBytesPerChunk: Int
  2. abstract def getFileGetConditional: Boolean
  3. abstract def getRangeCoalescingThreshold: Long
  4. abstract def getRangeCountLimit: Int
  5. abstract def getRenderVanityFooter: Boolean
  6. abstract def getVerboseErrorMessages: Boolean
  7. abstract def getFileIODispatcher: String
    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version 10.1.6) binary compatibility method. Use akka.stream.materializer.blocking-io-dispatcher to configure the dispatcher

Concrete Value Members

  1. def withDecodeMaxBytesPerChunk(decodeMaxBytesPerChunk: Int): RoutingSettings
  2. def withDecodeMaxSize(decodeMaxSize: Long): RoutingSettings
  3. def withFileGetConditional(fileGetConditional: Boolean): RoutingSettings
  4. def withRangeCoalescingThreshold(rangeCoalescingThreshold: Long): RoutingSettings
  5. def withRangeCountLimit(rangeCountLimit: Int): RoutingSettings
  6. def withRenderVanityFooter(renderVanityFooter: Boolean): RoutingSettings
  7. def withVerboseErrorMessages(verboseErrorMessages: Boolean): RoutingSettings

Deprecated Value Members

  1. def withFileIODispatcher(fileIODispatcher: String): RoutingSettings
    Annotations
    @deprecated @Deprecated
    Deprecated

    (Since version 10.1.6) binary compatibility method. Use akka.stream.materializer.blocking-io-dispatcher to configure the dispatcher