Class DirectUDPSocketOptions
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DirectUDPSocketOptions
-
Constructor Summary
ConstructorsConstructorDescriptionDirectUDPSocketOptions(Optional<String> remoteAddr, Optional<Integer> remotePort, Optional<String> localAddr, Optional<Integer> localPort, Optional<DirectSocketDnsQueryType> dnsQueryType, Optional<Number> sendBufferSize, Optional<Number> receiveBufferSize, Optional<Boolean> multicastLoopback, Optional<Integer> multicastTimeToLive, Optional<Boolean> multicastAllowAddressSharing) -
Method Summary
Modifier and TypeMethodDescriptionUnsigned int 16.Unsigned int 8.Expected to be unsigned integer.Unsigned int 16.Expected to be unsigned integer.
-
Constructor Details
-
DirectUDPSocketOptions
public DirectUDPSocketOptions(Optional<String> remoteAddr, Optional<Integer> remotePort, Optional<String> localAddr, Optional<Integer> localPort, Optional<DirectSocketDnsQueryType> dnsQueryType, Optional<Number> sendBufferSize, Optional<Number> receiveBufferSize, Optional<Boolean> multicastLoopback, Optional<Integer> multicastTimeToLive, Optional<Boolean> multicastAllowAddressSharing)
-
-
Method Details
-
getRemoteAddr
-
getRemotePort
Unsigned int 16. -
getLocalAddr
-
getLocalPort
Unsigned int 16. -
getDnsQueryType
-
getSendBufferSize
Expected to be unsigned integer. -
getReceiveBufferSize
Expected to be unsigned integer. -
getMulticastLoopback
-
getMulticastTimeToLive
Unsigned int 8. -
getMulticastAllowAddressSharing
-