public abstract class CDPSession extends EventEmitter<ConnectionEvents>
LOGGER| 构造器和说明 |
|---|
CDPSession() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Connection |
connection()
The underlying connection for this session, if any.
|
abstract void |
detach() |
abstract boolean |
detached()
True if the session has been detached, false otherwise.
|
abstract String |
id() |
abstract void |
onClosed() |
CDPSession |
parentSession() |
com.fasterxml.jackson.databind.JsonNode |
send(String method) |
com.fasterxml.jackson.databind.JsonNode |
send(String method,
Object params) |
abstract com.fasterxml.jackson.databind.JsonNode |
send(String method,
Object params,
Integer timeout,
boolean isBlocking) |
disposeSymbol, emit, listenerCount, off, on, once, removeAllListeners, removeListenerpublic abstract Connection connection()
public abstract boolean detached()
public CDPSession parentSession()
public abstract String id()
public abstract void detach()
public abstract void onClosed()
public com.fasterxml.jackson.databind.JsonNode send(String method)
Copyright © 2020–2025. All rights reserved.