Package com.evelopers.unimod.debug.protocol

Interface Summary
JavaSpecificMessageCoder.NotSerializableObjectHandler  
MessageCoder Interface for message coder.
 

Class Summary
CommandMessage Possible commands: set breakpoints, remove breakpoints, make step, resume
EventMessage Posiible events: suspended on breakpoint, suspended on step, resumed
JavaSpecificMessageCoder Uses java serialization to save objects into Strings.
JavaSpecificMessageCoder.NotSerializableObjectHandlerImpl  
JavaSpecificMessageCoder.StateMachineContextImpl1  
Message Abstract Message to interact between application and debugger
ThreadInfo Thread information - name and identifier
 

Exception Summary
MessageCoderException