Searched defs:CommandPacket (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DCommandPacket.java33 public class CommandPacket extends Packet { class in inherits:Packet
41 * Creates an empty CommandPacket with empty header and no data.
43 public CommandPacket() { method in class:CommandPacket
48 * Creates an empty CommandPacket for specific JDWP command with no data.
50 public CommandPacket(byte commandSet, byte command) { method in class:CommandPacket
57 * Creates CommandPacket from given array of bytes including header and data sections.
61 public CommandPacket(byte bytes_array[]) { method in class:CommandPacket
68 * Sets command set value of the header of the CommandPacket as byte.
77 * Gets command set value of the header of the CommandPacket as byte.
79 * @return the command set value of the header of the CommandPacket a
[all...]

Completed in 169 milliseconds