public interface

RequestInfoProvider

implements RequestMetadata
com.atlassian.bitbucket.request.RequestInfoProvider
Known Indirect Subclasses

Class Overview

Interface for providing request details to RequestManager. These details are used to set up logging and profiling.

Summary

Public Methods
@Nonnull Object getRawRequest()
@Nonnull Object getRawResponse()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.request.RequestMetadata

Public Methods

@Nonnull public Object getRawRequest ()

Returns
  • the underlying 'raw' request object

@Nonnull public Object getRawResponse ()

Returns
  • the underlying 'raw' response object