public static final class ALBTCPFastPathProfile.Builder
extends java.lang.Object
ALBTCPFastPathProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBTCPFastPathProfile. |
| Modifier and Type | Method and Description |
|---|---|
ALBTCPFastPathProfile |
build() |
ALBTCPFastPathProfile.Builder |
setDsrProfile(ALBDsrProfile dsrProfile) |
ALBTCPFastPathProfile.Builder |
setEnableSynProtection(java.lang.Boolean enableSynProtection)
When enabled, Avi will complete the 3-way handshake with the client before
forwarding any packets to the server.
|
ALBTCPFastPathProfile.Builder |
setSessionIdleTimeout(java.lang.Long sessionIdleTimeout)
The amount of time (in sec) for which a connection needs to be idle before it is
eligible to be deleted.
|
public Builder()
ALBTCPFastPathProfile.public ALBTCPFastPathProfile.Builder setDsrProfile(ALBDsrProfile dsrProfile)
dsrProfile - New value for the property.public ALBTCPFastPathProfile.Builder setEnableSynProtection(java.lang.Boolean enableSynProtection)
enableSynProtection - New value for the property.public ALBTCPFastPathProfile.Builder setSessionIdleTimeout(java.lang.Long sessionIdleTimeout)
sessionIdleTimeout - New value for the property.public ALBTCPFastPathProfile build()