Package 

Interface HttpCore.BodyHandler


  • 
    public interface HttpCore.BodyHandler<T>
    
                        

    Interface for an entity that performs type-specific processing on an httpCore response body

    • Method Summary

      Modifier and Type Method Description
      abstract Array<T> handleResponseBody(String contentType, Array<byte> body)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait