Interface BeforeStartTransactionCallback.Params
- Enclosing interface:
- BeforeStartTransactionCallback
public static interface BeforeStartTransactionCallback.Params
The parameters of the
BeforeStartTransactionCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault List<HttpHeader>
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.default UrlRequest
Returns the URL request.
-
Method Details
-
urlRequest
Returns the URL request. -
httpHeaders
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.
-