Package com.atlassian.bitbucket.request
Interface RequestInfoProvider
- All Superinterfaces:
- RequestMetadata
- All Known Subinterfaces:
- RequestContext
Interface for providing request details to 
RequestManager. These details are used to set up logging and
 profiling.- 
Method SummaryMethods inherited from interface com.atlassian.bitbucket.request.RequestMetadatagetAction, getDetails, getProtocol, getRemoteAddress, getSessionId, hasSessionId, isSecure
- 
Method Details- 
getRawRequest- Returns:
- the underlying 'raw' request object
 
- 
getRawResponse- Returns:
- the underlying 'raw' response object
 
 
-