Package rife.continuations.instrument
package rife.continuations.instrument
Performs the actual bytecode analysis and instrumentation to provide continuations.
- Since:
- 1.0
-
ClassDescriptionDetects whether a class implements the continuable marker interface that is set up in the provided instrumentation config.Configures the debug output of the continuations engine.Provides a continuations instrumentation agent that will modify the bytecode of the classes that are loaded.Abstract class that transforms the bytecode of regular classes so that they support continuations functionalities.A bytecode transformer that will modify classes so that they receive the functionalities that are required to support the continuations functionalities as they are provided by RIFE2's web engine.