Interface InspectorServerConnection
public interface InspectorServerConnection
A single inspector connection with the inspector protocol. One or more inspector connections may
be active on a single web socket connection, when they have different paths.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconsoleAPICall(String type, Object text) getURL()
-
Method Details
-
close
- Throws:
IOException
-
getURL
String getURL() -
getExecutionContext
InspectorExecutionContext getExecutionContext() -
consoleAPICall
-