public class Inspector
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Inspector.LocalConnection |
static class |
Inspector.Page |
static interface |
Inspector.RemoteConnection |
| Modifier and Type | Method and Description |
|---|---|
static Inspector.LocalConnection |
connect(int pageId,
Inspector.RemoteConnection remote) |
static java.util.List<Inspector.Page> |
getPages() |
public static java.util.List<Inspector.Page> getPages()
public static Inspector.LocalConnection connect(int pageId, Inspector.RemoteConnection remote)