public abstract class FetchConverter extends PrintStream
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
fetchStarted |
protected boolean |
queryfound |
out| Constructor and Description |
|---|
FetchConverter(OutputStream out,
boolean autoFlush,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
byPass() |
void |
fetchFinished() |
void |
fetchStarted() |
void |
flush() |
void |
foundQuery(boolean queryfound) |
protected void |
printDirect(String out) |
void |
println(String out) |
protected abstract void |
process(String out) |
protected abstract void |
processFinal() |
append, append, append, checkError, clearError, close, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, setError, write, writewriteprotected volatile boolean queryfound
protected volatile boolean fetchStarted
public FetchConverter(OutputStream out, boolean autoFlush, String encoding) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void foundQuery(boolean queryfound)
public void fetchStarted()
public void println(String out)
println in class PrintStreamprotected final void printDirect(String out)
protected final boolean byPass()
protected abstract void process(String out)
protected abstract void processFinal()
public void flush()
flush in interface Flushableflush in class PrintStreampublic void fetchFinished()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.