| Name | Description | Type | Package | Framework |
| ContinuableDetector | Detects whether a class implements the continuable marker interface that is setup in the provided instrumentation config. | Class | com.uwyn.rife.continuations.instrument | Rife |
| ContinuationDebug | Configures the debug output of the continuations engine. | Class | com.uwyn.rife.continuations.instrument | Rife |
| ContinuationsAgent | Provides a continuations instrumentation agent that will modify the bytecode of the classes that are loaded. | Class | com.uwyn.rife.continuations.instrument | Rife |
| ContinuationsBytecodeTransformer | Abstract class that transforms the bytecode of regular classes so that they support continuations functionalities. | Class | com.uwyn.rife.continuations.instrument | Rife |
| ContinuationsTransformer | A bytecode transformer that will modify classes so that they receive the functionalities that are required to support the continuations | Class | com.uwyn.rife.continuations.instrument | Rife |