Uses of Class gnu.classpath.jdwp.transport.JdwpPacket

Uses in package gnu.classpath.jdwp.transport

Classes derived from gnu.classpath.jdwp.transport.JdwpPacket

class
A class representing a JDWP command packet.
class
A class represents a JDWP reply packet.

Constructors with parameter type gnu.classpath.jdwp.transport.JdwpPacket

Constructs a JdwpPacket with the id from the given packet.
Constructs a JdwpReplyPacket with the id from the given packet and an empty error code
Constructs a JdwpReplyPacket with the id from the given packet and error code

Methods with parameter type gnu.classpath.jdwp.transport.JdwpPacket

void
Send a packet to the debugger

Methods with return type gnu.classpath.jdwp.transport.JdwpPacket

JdwpPacket
JdwpPacket.fromBytes(byte[] bytes)
Convert the given bytes into a JdwpPacket.
JdwpPacket
Returns a packet from the queue of ready packets

Uses in package gnu.classpath.jdwp.event

Methods with return type gnu.classpath.jdwp.transport.JdwpPacket

JdwpPacket
Event.toPacket(DataOutputStream dos, Event[] events, EventRequest[] requests, byte suspendPolicy)
Converts the events into to a single JDWP Event.COMPOSITE packet