Class DirectTCPSocketCreated
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.DirectTCPSocketCreated
Fired upon direct_socket.TCPSocket creation.
-
Constructor Summary
ConstructorsConstructorDescriptionDirectTCPSocketCreated(RequestId identifier, String remoteAddr, Integer remotePort, DirectTCPSocketOptions options, MonotonicTime timestamp, Optional<Initiator> initiator) -
Method Summary
Modifier and TypeMethodDescriptionUnsigned int 16.
-
Constructor Details
-
DirectTCPSocketCreated
public DirectTCPSocketCreated(RequestId identifier, String remoteAddr, Integer remotePort, DirectTCPSocketOptions options, MonotonicTime timestamp, Optional<Initiator> initiator)
-
-
Method Details
-
getIdentifier
-
getRemoteAddr
-
getRemotePort
Unsigned int 16. -
getOptions
-
getTimestamp
-
getInitiator
-