Package akka.http.javadsl.settings
Class RoutingSettings
java.lang.Object
akka.http.javadsl.settings.RoutingSettings
- Direct Known Subclasses:
RoutingSettings
Public API but not intended for subclassing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingSettings
create
(akka.actor.ActorSystem system) static RoutingSettings
create
(com.typesafe.config.Config config) static RoutingSettings
abstract int
abstract boolean
abstract String
Deprecated.binary compatibility method.abstract long
abstract int
abstract boolean
abstract boolean
withDecodeMaxBytesPerChunk
(int decodeMaxBytesPerChunk) withDecodeMaxSize
(long decodeMaxSize) withFileGetConditional
(boolean fileGetConditional) withFileIODispatcher
(String fileIODispatcher) Deprecated.binary compatibility method.withRangeCoalescingThreshold
(long rangeCoalescingThreshold) withRangeCountLimit
(int rangeCountLimit) withRenderVanityFooter
(boolean renderVanityFooter) withVerboseErrorMessages
(boolean verboseErrorMessages)
-
Constructor Details
-
RoutingSettings
public RoutingSettings()
-
-
Method Details
-
create
-
create
-
create
-
getVerboseErrorMessages
public abstract boolean getVerboseErrorMessages() -
getFileGetConditional
public abstract boolean getFileGetConditional() -
getRangeCountLimit
public abstract int getRangeCountLimit() -
getRangeCoalescingThreshold
public abstract long getRangeCoalescingThreshold() -
getDecodeMaxBytesPerChunk
public abstract int getDecodeMaxBytesPerChunk() -
getFileIODispatcher
Deprecated.binary compatibility method. Use `akka.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since 10.1.6. -
withVerboseErrorMessages
-
withFileGetConditional
-
withRangeCountLimit
-
withRangeCoalescingThreshold
-
withDecodeMaxBytesPerChunk
-
withDecodeMaxSize
-
withFileIODispatcher
Deprecated.binary compatibility method. Use `akka.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since 10.1.6.
-