org.apache.harmony.jpda.tests.framework.jdwp |
|
Java Source File Name | Type | Comment |
ArrayRegion.java | Class | |
Capabilities.java | Class | This class defines capabilities from JDWP specifications. |
CommandPacket.java | Class | This class represents JDWP command packet. |
Event.java | Class | This class provides description of event request. |
EventMod.java | Class | This class provides specific event modifiers for event request. |
EventPacket.java | Class | This class represents JDWP event packet, which is special kind of command packet. |
Field.java | Class | This class provides description of class field. |
Frame.java | Class | This class provides description of frame. |
JDWPCommands.java | Class | This class defines constants for JDWP commands and command sets. |
JDWPConstants.java | Class | This class defines various constants from JDWP specifications. |
JDWPDebuggeeWrapper.java | Class | This class represents specific kind of DebuggeeWrapper for JDWP tests. |
Location.java | Class | This class represents Location value in JDWP packet. |
Packet.java | Class | This base class represents JDWP packet. |
PacketDispatcher.java | Class | This class provides asynchronous sending JDWP commands and receiving JDWP
events through established JDWP connection and supports timeout for these
operations. |
ParsedEvent.java | Class | This class represent parsed EventPacket with received event set data. |
ReplyPacket.java | Class | This class represents JDWP reply packet. |
SocketTransportWrapper.java | Class | This class provides TransportWrapper for row TCP/IP socket connection. |
TaggedObject.java | Class | This class represents tagged-objectID value in JDWP packet. |
TransportWrapper.java | Interface | This interface provides wrapper around JDWP transport connection. |
TypesLengths.java | Class | This class provides types length for VM-independent and VM-dependent types. |
Value.java | Class | This class represents generic value used in JDWP packets. |
VmMirror.java | Class | This class provides convenient way for communicating with debuggee VM using
JDWP packets. |