| Name | Description | Type | Package | Framework |
| AnswerException | This exception will be thrown when an answer continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| BasicContinuableClassLoader | Classloader implementation that will transform bytecode for classes that should receive the continuations functionalities. | Class | com.uwyn.rife.continuations.basic | Rife |
| BasicContinuableRunner | Basic implementation of a 'continuable runner' that will execute the continuable objects and correctly handle the continuations-related | Class | com.uwyn.rife.continuations.basic | Rife |
| CallException | This exception will be thrown when a call continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| CallState | Contains the state of a call continuation. | Class | com.uwyn.rife.continuations | Rife |
| CallTargetNotFoundException | Thrown when a call target couldn't be resolved to a properSince:1. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| CallTargetRetriever | Retrieves the target continuable for a call continuation. | Interface | com.uwyn.rife.continuations.basic | Rife |
| ClassCallTargetRetriever | Retrieves the continuable for a call continuation where the call target is aSince:1. | Class | com.uwyn.rife.continuations.basic | Rife |
| 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 |
| ContinuableLocalVariableUncloneableException | Thrown when a local variable in a ContinuationStack couldn't be cloned when a continuation is resumed. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| ContinuableObject | Interface that needs to be implemented by classes that should support continuations functionalities and become resumable. | Interface | com.uwyn.rife.continuations | Rife |
| ContinuationConfigInstrument | This interface needs to be implemented to configure the bytecode instrumentation that enables the continuations functionalities. | Interface | com.uwyn.rife.continuations | Rife |
| ContinuationConfigRuntime | Configures the runtime behavior of the continuations engine. | Class | com.uwyn.rife.continuations | Rife |
| ContinuationContext | Contains all contextual data of one particular continuation. | Class | com.uwyn.rife.continuations | Rife |
| ContinuationDebug | Configures the debug output of the continuations engine. | Class | com.uwyn.rife.continuations.instrument | Rife |
| ContinuationManager | Manages a collection of ContinuationContext instances. | Class | com.uwyn.rife.continuations | 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 |
| ContinuationsNotActiveException | Thrown when a continuations method has not been instrumented. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| ContinuationStack | [PRIVATE AND UNSUPPORTED] Contains the local state of a continuation. | Class | com.uwyn.rife.continuations | 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 |
| MissingActiveContinuationConfigRuntimeException | Thrown when the active continuation runtime configuration isn't set. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| PauseException | This exception will be thrown when a pause continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| StepBackException | This exception will be thrown when a stepback continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |