Interface Context.AfterTransmission

All Superinterfaces:
Context.AfterMarshalling, Context.BeforeExecution, Context.BeforeMarshalling, Context.BeforeTransmission, Context.ModifyHttpRequest, Context.ModifyRequest
All Known Subinterfaces:
Context.AfterExecution, Context.AfterUnmarshalling, Context.BeforeUnmarshalling, Context.ModifyHttpResponse, Context.ModifyResponse
All Known Implementing Classes:
InterceptorContext
Enclosing class:
Context

@ThreadSafe public static interface Context.AfterTransmission extends Context.BeforeTransmission
  • 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.