Class InspectServerSession.CommandPostProcessor
java.lang.Object
com.oracle.truffle.tools.chromeinspector.server.InspectServerSession.CommandPostProcessor
- Enclosing class:
InspectServerSession
A post-processor of commands. The post-process job is run just after a response from the
command is sent. This can assure deterministic order of messages for instance, it is used
currently for resumes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandPostProcessor
public CommandPostProcessor()
-
-
Method Details
-
setPostProcessJob
-