public class ContentHandlerOutputStream extends PipedOutputStream implements Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
ContentHandlerOutputStream(ContentHandler handler,
ThreadConnector threadConnector) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Throwable |
getException() |
void |
setException(Throwable exception) |
void |
uncaughtException(Thread arg0,
Throwable t) |
connect, flush, write, write
write
public ContentHandlerOutputStream(ContentHandler handler, ThreadConnector threadConnector) throws StreamingException
StreamingException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class PipedOutputStream
IOException
public void uncaughtException(Thread arg0, Throwable t)
uncaughtException
in interface Thread.UncaughtExceptionHandler
public void setException(Throwable exception)
public Throwable getException()
Copyright © 2023 Frank!Framework. All rights reserved.