In addition to run each line through {@link ConsoleAnnotationOutputStream} for adding markup,this class persists {@link ConsoleAnnotator} into a byte sequence and send it to the clientas an HTTP header. The client JavaScript sends it back next time it fetches the following output.
The serialized {@link ConsoleAnnotator} is encrypted to avoid malicious clients from instantiatingarbitrary {@link ConsoleAnnotator}s. @param < T> Context type. @author Kohsuke Kawaguchi @since 1.349
|
|
|
|
|
|
|
|
|
|
|
|