Skip to main content

Module protocol

Module protocol 

Source

Structs§

CommandPacket
ReplyPacket

Enums§

JdwpError

Constants§

ERR_ABSENT_INFORMATION
ABSENT_INFORMATION — the class is there, the debug attribute being asked for is not (javac -g:none, a synthetic class, a JVM without an optional table).
ERR_INVALID_OBJECT
INVALID_OBJECT — the object id is not one this JVM currently knows.
ERR_NOT_IMPLEMENTED
NOT_IMPLEMENTED — the VM never had the optional capability behind the command. Public for the same reason as ERR_ABSENT_INFORMATION: for an optional command it is an answer, not a fault.
HEADER_SIZE
JDWP_HANDSHAKE
REPLY_FLAG

Type Aliases§

JdwpResult