Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
org.eclipse.wst.jsdt.chromium.debug.core.model | |
org.eclipse.wst.jsdt.chromium.wip |
Contains all WIP-specific interfaces.
|
Modifier and Type | Method and Description |
---|---|
ConnectionLogger |
ConnectionLogger.Factory.newConnectionLogger()
Creates new instance of
ConnectionLogger . |
Modifier and Type | Method and Description |
---|---|
abstract StandaloneVm |
JavascriptVmFactory.createStandalone(java.net.SocketAddress socketAddress,
ConnectionLogger connectionLogger)
Constructs StandaloneVm instance that talks to a V8 JavaScript VM via
DebuggerAgent opened at
socketAddress . |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionLoggerImpl
Connection logger that writes both incoming and outgoing streams into
logWriter with simple annotations.
|
Modifier and Type | Method and Description |
---|---|
ConnectionLogger |
NamedConnectionLoggerFactory.createLogger(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
ConnectionLogger |
WipBrowserFactory.LoggerFactory.newBrowserConnectionLogger() |
ConnectionLogger |
WipBrowserFactory.LoggerFactory.newBrowserConnectionLogger() |
ConnectionLogger |
WipBrowserFactory.LoggerFactory.newTabConnectionLogger() |
ConnectionLogger |
WipBrowserFactory.LoggerFactory.newTabConnectionLogger() |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.