Interface BeforeStartTransactionCallback.Params

Enclosing interface:
BeforeStartTransactionCallback

public static interface BeforeStartTransactionCallback.Params
The parameters of the BeforeStartTransactionCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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

      default UrlRequest urlRequest()
      Returns the URL request.
    • httpHeaders

      default List<HttpHeader> 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.