Home | History | Annotate | Download | only in jdwp

Lines Matching refs:CommandPacket

33 public class CommandPacket extends Packet {
41 * Creates an empty CommandPacket with empty header and no data.
43 public CommandPacket() {
48 * Creates an empty CommandPacket for specific JDWP command with no data.
50 public CommandPacket(byte commandSet, byte command) {
57 * Creates CommandPacket from given array of bytes including header and data sections.
61 public CommandPacket(byte bytes_array[]) {
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 as byte.
86 * Sets command value of the header of the CommandPacket as byte.
95 * Sets command value of the header of the CommandPacket as byte.
106 * Gets command value of the header of the CommandPacket as byte.
108 * @return the command value of the header of the CommandPacket as byte.
115 * Gets the representation of the CommandPacket as array of bytes in the
118 * @return the representation of the CommandPacket as array of bytes in the