public class BidiCdpSession extends CDPSession
LOGGER| 构造器和说明 |
|---|
BidiCdpSession(BidiFrame frame,
String sessionId) |
| 限定符和类型 | 方法和说明 |
|---|---|
CdpConnection |
connection()
The underlying connection for this session, if any.
|
void |
detach() |
boolean |
detached()
True if the session has been detached, false otherwise.
|
String |
id() |
void |
onClosed() |
com.fasterxml.jackson.databind.JsonNode |
send(String method,
Object params,
Integer timeout,
boolean isBlocking) |
parentSession, send, senddisposeSymbol, emit, listenerCount, off, on, once, removeAllListeners, removeListenerpublic CdpConnection connection()
CDPSessionconnection 在类中 CDPSessionpublic boolean detached()
CDPSessiondetached 在类中 CDPSessionpublic String id()
id 在类中 CDPSessionpublic void detach()
detach 在类中 CDPSessionpublic void onClosed()
onClosed 在类中 CDPSessionpublic com.fasterxml.jackson.databind.JsonNode send(String method, Object params, Integer timeout, boolean isBlocking)
send 在类中 CDPSessionCopyright © 2020–2025. All rights reserved.