public class JettyRequestResolver extends Object implements IRequestDetailsResolver
| Constructor and Description |
|---|
JettyRequestResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
complement(ISnapshot snapshot,
IThreadInfo thread,
int[] javaLocals,
int thisJavaLocal,
IProgressListener listener)
Add extra details
|
public void complement(ISnapshot snapshot, IThreadInfo thread, int[] javaLocals, int thisJavaLocal, IProgressListener listener) throws SnapshotException
IRequestDetailsResolvercomplement in interface IRequestDetailsResolversnapshot - the whole dumpthread - the thread processing the requestjavaLocals - all the local variables, as idsthisJavaLocal - this particular object, as an idlistener - to show progress and log errorsSnapshotException