Class BodyHandlers


  • public final class BodyHandlers
    extends java.lang.Object
    Implementations of BodyHandler's.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.http.HttpResponse.BodyHandler<java.io.InputStream> ofDecompressing()  
      • Methods inherited from class java.lang.Object

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

      • ofDecompressing

        public static java.net.http.HttpResponse.BodyHandler<java.io.InputStream> ofDecompressing()
        Returns:
        The decompressing body handler.