public interface InspectorServerConnection
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectorServerConnection.Open |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
consoleAPICall(String type,
Object text) |
InspectorExecutionContext |
getExecutionContext() |
String |
getURL() |
void close()
throws IOException
IOExceptionString getURL()
InspectorExecutionContext getExecutionContext()