Class HttpByteArrayCacheEntrySerializer.SimpleHttpResponseWriter
- java.lang.Object
-
- org.apache.hc.core5.http.impl.io.AbstractMessageWriter<SimpleHttpResponse>
-
- org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer.SimpleHttpResponseWriter
-
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpMessageWriter<SimpleHttpResponse>
- Enclosing class:
- HttpByteArrayCacheEntrySerializer
private static class HttpByteArrayCacheEntrySerializer.SimpleHttpResponseWriter extends org.apache.hc.core5.http.impl.io.AbstractMessageWriter<SimpleHttpResponse>
Writer for SimpleHttpResponse. Copied from DefaultHttpResponseWriter, but wrapping a SimpleHttpResponse instead of a ClassicHttpResponse
-
-
Constructor Summary
Constructors Constructor Description SimpleHttpResponseWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeHeadLine(SimpleHttpResponse message, org.apache.hc.core5.util.CharArrayBuffer lineBuf)
-
-
-
Method Detail
-
writeHeadLine
protected void writeHeadLine(SimpleHttpResponse message, org.apache.hc.core5.util.CharArrayBuffer lineBuf)
- Specified by:
writeHeadLine
in classorg.apache.hc.core5.http.impl.io.AbstractMessageWriter<SimpleHttpResponse>
-
-