static StatefulEngineOptions.Builder |
StatefulEngineOptions.builder() |
|
default StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.flowTimeouts(Consumer<FlowTimeouts.Builder> flowTimeouts) |
Configures the amount of time that can pass without any traffic sent through the firewall before the firewall
determines that the connection is idle.
|
StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.flowTimeouts(FlowTimeouts flowTimeouts) |
Configures the amount of time that can pass without any traffic sent through the firewall before the firewall
determines that the connection is idle.
|
StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.ruleOrder(String ruleOrder) |
Indicates how to manage the order of stateful rule evaluation for the policy.
|
StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.ruleOrder(RuleOrder ruleOrder) |
Indicates how to manage the order of stateful rule evaluation for the policy.
|
StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.streamExceptionPolicy(String streamExceptionPolicy) |
Configures how Network Firewall processes traffic when a network connection breaks midstream.
|
StatefulEngineOptions.Builder |
StatefulEngineOptions.Builder.streamExceptionPolicy(StreamExceptionPolicy streamExceptionPolicy) |
Configures how Network Firewall processes traffic when a network connection breaks midstream.
|
StatefulEngineOptions.Builder |
StatefulEngineOptions.toBuilder() |
|