Package gnu.kawa.xml

Class HttpPrinter

All Implemented Interfaces:
Consumer, XConsumer, Closeable, Flushable, Appendable, AutoCloseable, Consumer<Object>, DoubleConsumer, IntConsumer, LongConsumer
Direct Known Subclasses:
ServletPrinter

public class HttpPrinter extends PrintConsumer
Output as an Http response. Used for both CGI scripts (default) and HttpServletResponse (future).