Class WebTransportConnectionEstablished
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.WebTransportConnectionEstablished
Fired when WebTransport handshake is finished.
-
Constructor Summary
ConstructorsConstructorDescriptionWebTransportConnectionEstablished(RequestId transportId, MonotonicTime timestamp) -
Method Summary
Modifier and TypeMethodDescriptionTimestamp.WebTransport identifier.
-
Constructor Details
-
WebTransportConnectionEstablished
-
-
Method Details
-
getTransportId
WebTransport identifier. -
getTimestamp
Timestamp.
-