Class HttpContentRangeWriter


  • public class HttpContentRangeWriter
    extends java.lang.Object
    Range Writer selection for HttpContent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Logger LOG  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RangeWriter newRangeWriter​(HttpContent content)
      Obtain a new RangeWriter for the supplied HttpContent.
      • Methods inherited from class java.lang.Object

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

      • LOG

        private static final Logger LOG
    • Constructor Detail

      • HttpContentRangeWriter

        public HttpContentRangeWriter()
    • Method Detail

      • newRangeWriter

        public static RangeWriter newRangeWriter​(HttpContent content)
        Obtain a new RangeWriter for the supplied HttpContent.
        Parameters:
        content - the HttpContent to base RangeWriter on
        Returns:
        the RangeWriter best suited for the supplied HttpContent