Modifier and Type |
Method and Description |
static RoutingSettings |
apply(com.typesafe.config.Config config) |
static RoutingSettings |
apply(java.lang.String configOverrides) |
abstract int |
decodeMaxBytesPerChunk() |
abstract long |
decodeMaxSize() |
abstract boolean |
fileGetConditional() |
abstract java.lang.String |
fileIODispatcher() |
int |
getDecodeMaxBytesPerChunk() |
long |
getDecodeMaxSize() |
boolean |
getFileGetConditional() |
java.lang.String |
getFileIODispatcher() |
long |
getRangeCoalescingThreshold() |
int |
getRangeCountLimit() |
boolean |
getRenderVanityFooter() |
boolean |
getVerboseErrorMessages() |
abstract long |
rangeCoalescingThreshold() |
abstract int |
rangeCountLimit() |
abstract boolean |
renderVanityFooter() |
abstract boolean |
verboseErrorMessages() |
RoutingSettings |
withDecodeMaxBytesPerChunk(int decodeMaxBytesPerChunk) |
RoutingSettings |
withDecodeMaxSize(long decodeMaxSize) |
RoutingSettings |
withFileGetConditional(boolean fileGetConditional) |
RoutingSettings |
withFileIODispatcher(java.lang.String fileIODispatcher) |
RoutingSettings |
withRangeCoalescingThreshold(long rangeCoalescingThreshold) |
RoutingSettings |
withRangeCountLimit(int rangeCountLimit) |
RoutingSettings |
withRenderVanityFooter(boolean renderVanityFooter) |
RoutingSettings |
withVerboseErrorMessages(boolean verboseErrorMessages) |