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 Details

    • SimpleHttpResponseWriter

      public SimpleHttpResponseWriter()
  • Method Details

    • writeHeadLine

      protected void writeHeadLine(SimpleHttpResponse message, org.apache.hc.core5.util.CharArrayBuffer lineBuf)
      Specified by:
      writeHeadLine in class org.apache.hc.core5.http.impl.io.AbstractMessageWriter<SimpleHttpResponse>