public class SetupWriter extends Writer
java.io.Writer
implementation to allow a thread to dump messages
in a http response writer owned by another thread.
Currently used by AJAX spun threads to send progress log to be displayed
on the page tha invoked the AJAX calls.Constructor and Description |
---|
SetupWriter(Writer wt) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
realFlush() |
void |
write(char[] b,
int off,
int len) |
public SetupWriter(Writer wt)
public void write(char[] b, int off, int len) throws IOException
write
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void realFlush()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.