Package org.eclipse.jetty.server
Class HttpWriter
java.lang.Object
java.io.Writer
org.eclipse.jetty.server.HttpWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
- Direct Known Subclasses:
EncodingHttpWriter,Iso88591HttpWriter,Utf8HttpWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_OUTPUT_CHARS
public static final int MAX_OUTPUT_CHARS- See Also:
-
-
Constructor Details
-
HttpWriter
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
complete
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-