|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContinuationConfigInstrument | |
|---|---|
| com.uwyn.rife.continuations.basic | Basic implementation of a continuation runner with associated classes. |
| com.uwyn.rife.continuations.instrument | Performs the actual bytecode analysis and instrumentation to provide continuations. |
| com.uwyn.rife.engine | Provides classes, interfaces and elements for the web application engine. |
| Uses of ContinuationConfigInstrument in com.uwyn.rife.continuations.basic |
|---|
| Methods in com.uwyn.rife.continuations.basic that return ContinuationConfigInstrument | |
|---|---|
ContinuationConfigInstrument |
BasicContinuableRunner.getConfigInstrumentation()
Retrieves the instrumentation configuration that is used by this runner. |
| Constructors in com.uwyn.rife.continuations.basic with parameters of type ContinuationConfigInstrument | |
|---|---|
BasicContinuableClassLoader(ClassLoader parent,
ContinuationConfigInstrument config)
Creates a new classloader instance. |
|
BasicContinuableClassLoader(ContinuationConfigInstrument config)
Creates a new classloader instance with the context classloader as the parent classloader. |
|
BasicContinuableRunner(ContinuationConfigInstrument configInstrument)
Create a new runner instance. |
|
BasicContinuableRunner(ContinuationConfigInstrument configInstrument,
ClassLoader classloader)
Create a new runner instance with a custom classloader. |
|
| Uses of ContinuationConfigInstrument in com.uwyn.rife.continuations.instrument |
|---|
| Methods in com.uwyn.rife.continuations.instrument with parameters of type ContinuationConfigInstrument | |
|---|---|
static byte[] |
ContinuationsBytecodeTransformer.transformIntoResumableBytes(ContinuationConfigInstrument configInstrument,
byte[] rawBytes,
String classname)
Perform the class transformation. |
| Constructors in com.uwyn.rife.continuations.instrument with parameters of type ContinuationConfigInstrument | |
|---|---|
ContinuableDetector(ContinuationConfigInstrument config,
ClassBytesProvider bytesProvider)
Creates a new instance of the detector. |
|
ContinuationsTransformer(ContinuationConfigInstrument configInstrument)
Creates a new transformer. |
|
| Uses of ContinuationConfigInstrument in com.uwyn.rife.engine |
|---|
| Classes in com.uwyn.rife.engine that implement ContinuationConfigInstrument | |
|---|---|
class |
EngineContinuationConfigInstrument
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||