Class 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
    • 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)  
      • Methods inherited from class org.apache.hc.core5.http.impl.io.AbstractMessageWriter

        write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleHttpResponseWriter

        public SimpleHttpResponseWriter()
    • Method Detail

      • 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>