Package utility

Class DynamicBodyHandler<TResult>

  • All Implemented Interfaces:
    java.net.http.HttpResponse.BodyHandler<TResult>

    public class DynamicBodyHandler<TResult>
    extends java.lang.Object
    implements java.net.http.HttpResponse.BodyHandler<TResult>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.http.HttpResponse.BodySubscriber<TResult> apply​(java.net.http.HttpResponse.ResponseInfo responseInfo)  
      • Methods inherited from class java.lang.Object

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

      • DynamicBodyHandler

        public DynamicBodyHandler()
    • Method Detail

      • apply

        public java.net.http.HttpResponse.BodySubscriber<TResult> apply​(java.net.http.HttpResponse.ResponseInfo responseInfo)
        Specified by:
        apply in interface java.net.http.HttpResponse.BodyHandler<TResult>