| Interface | Description |
|---|---|
| DProtocolNotifierIF |
Interface for receiving DMessages from the DProtocol object
|
| GetVariableFlag |
Flags to the OutGetVariable and OutGetVariableWhichInvokesGetter commands
which are sent from the debugger to the player.
|
| Class | Description |
|---|---|
| AbstractPlayer | |
| ActiveXPlayer | |
| AIRPlayer | |
| DBrowser | |
| DIsolate |
Concrete implementation of an Isolate.
|
| DLocation | |
| DManager |
Implements the receiving and updating of debug state from the socket
connection of the Flash Player.
|
| DMessage |
DMessage.java
Wraps the contents of a specific message and provides a set of APIs that allow for
typed extraction of fields within the message.
|
| DMessageCache |
This cache directly manages the creation/destruction of DMessages
by allowing DMessages to be re-used.
|
| DMessageCounter |
This class can be to count the number of messages
received during a debug session.
|
| DModule |
A module which is uniquly identified by an id, contains
a short and long name and also a script
|
| DProtocol |
Implements the lower portion of Flash Player debug protocol.
|
| DStackContext | |
| DSuspendInfo |
The suspend information object returns information about the
current halted state of the Player.
|
| DSwfInfo | |
| DValue |
Implementation of an ActionScript value.
|
| DVariable | |
| DWatch |
Holder of Watchpoint information
|
| IsolatePlayerSession |
Concrete implementation of IsolateSession.
|
| LineFunctionContainer |
This class extends the SwfActionContainer.
|
| NetscapePluginPlayer | |
| PlayerSession | |
| PlayerSessionIsolateStatus | |
| PlayerSessionManager | |
| ProcessListener |
Listens to several things about a process: captures its stdout/stderr messages,
detects when the process exits, and captures its exit code.
|
| ScriptText |
Contains the text contents of a script and is able
to map line numbers to specific regions of the script (i.e. string)
|
| StandalonePlayer | |
| StreamListener |
Reads a stream, and sends the contents somewhere.
|
| Enum | Description |
|---|---|
| BinaryOp | |
| DProtocol.ListenerIndex |
Copyright © 2016 The Apache Software Foundation. All rights reserved.