| Frames | No Frames | 
| 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  JdwpPacketwith the id
 from the given packet. | |
|  Constructs a  JdwpReplyPacketwith the
 id from the given packet and an empty error code | |
|  Constructs a  JdwpReplyPacketwith 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
 | 
| Methods with return type gnu.classpath.jdwp.transport.JdwpPacket | |
| JdwpPacket |  Converts the events into to a single JDWP Event.COMPOSITE packet
 |