Interface Context.AfterTransmission

  • Method Details

    • httpResponse

      SdkHttpResponse httpResponse()
      The HTTP response returned by the service with which the SDK is communicating.
    • responsePublisher

      Optional<org.reactivestreams.Publisher<ByteBuffer>> responsePublisher()
      The Publisher that provides ByteBuffer events upon request.
    • responseBody

      Optional<InputStream> responseBody()
      The InputStream that provides streaming content returned from the service.