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 Summary
Methods inherited from interface com.atlassian.bitbucket.request.RequestMetadata
getAction, getDetails, getProtocol, getRemoteAddress, getSessionId, hasSessionId, isSecure
-
Method Details
-
getRawRequest
- Returns:
- the underlying 'raw' request object
-
getRawResponse
- Returns:
- the underlying 'raw' response object
-