Package org.eclipse.jetty.server
Class EncodingHttpWriter
- java.lang.Object
-
- java.io.Writer
-
- org.eclipse.jetty.server.HttpWriter
-
- org.eclipse.jetty.server.EncodingHttpWriter
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.Appendable
,java.lang.AutoCloseable
@Deprecated(since="2021-05-27") public class EncodingHttpWriter extends HttpWriter
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.server.HttpWriter
MAX_OUTPUT_CHARS
-
-
Constructor Summary
Constructors Constructor Description EncodingHttpWriter(HttpOutput out, java.lang.String encoding)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
write(char[] s, int offset, int length)
Deprecated.-
Methods inherited from class org.eclipse.jetty.server.HttpWriter
close, complete, flush, write
-
-
-
-
Constructor Detail
-
EncodingHttpWriter
public EncodingHttpWriter(HttpOutput out, java.lang.String encoding)
Deprecated.
-
-
Method Detail
-
write
public void write(char[] s, int offset, int length) throws java.io.IOException
Deprecated.- Overrides:
write
in classHttpWriter
- Throws:
java.io.IOException
-
-