Class DirectTCPSocketOptions
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.DirectTCPSocketOptions
-
Constructor Summary
ConstructorsConstructorDescriptionDirectTCPSocketOptions(Boolean noDelay, Optional<Number> keepAliveDelay, Optional<Number> sendBufferSize, Optional<Number> receiveBufferSize, Optional<DirectSocketDnsQueryType> dnsQueryType) -
Method Summary
Modifier and TypeMethodDescriptionExpected to be unsigned integer.TCP_NODELAY optionExpected to be unsigned integer.Expected to be unsigned integer.
-
Constructor Details
-
DirectTCPSocketOptions
-
-
Method Details
-
getNoDelay
TCP_NODELAY option -
getKeepAliveDelay
Expected to be unsigned integer. -
getSendBufferSize
Expected to be unsigned integer. -
getReceiveBufferSize
Expected to be unsigned integer. -
getDnsQueryType
-