Class SimulatorOptions
java.lang.Object
com.soklet.SimulatorOptions
Options for non-network
Simulator execution.- Author:
- Mark Allen
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull SimulatorOptions.Builderbuilder()Acquires a builder forSimulatorOptions.static @NonNull SimulatorOptionsAcquires the default simulator options.The maximum number of streaming response bytes the simulator may materialize.
-
Method Details
-
builder
Acquires a builder forSimulatorOptions.- Returns:
- the builder
-
defaultInstance
Acquires the default simulator options.- Returns:
- the default simulator options
-
getStreamingResponseBodyLimitInBytes
The maximum number of streaming response bytes the simulator may materialize.- Returns:
- the maximum materialized streaming response bytes
-