chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network.events
/
NetworkEvent
/
DirectTCPSocketClosed
Direct
TCPSocket
Closed
@
Serializable
data
class
DirectTCPSocketClosed
(
val
identifier
:
RequestId
,
val
timestamp
:
MonotonicTime
)
:
NetworkEvent
Fired when direct_socket.TCPSocket is closed.
Official doc
Members
Constructors
Direct
TCPSocket
Closed
Link copied to clipboard
constructor
(
identifier
:
RequestId
,
timestamp
:
MonotonicTime
)
Properties
identifier
Link copied to clipboard
val
identifier
:
RequestId
(undocumented in the protocol definition)
timestamp
Link copied to clipboard
val
timestamp
:
MonotonicTime
(undocumented in the protocol definition)