Interface HttpParamsDecorator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Define how to decorate the
HttpRequestParams builder.-
Method Summary
Modifier and TypeMethodDescriptiondecorate(org.eclipse.edc.spi.types.domain.transfer.DataFlowStartMessage request, HttpDataAddress address, HttpRequestParams.Builder params) Decorate params with information coming from the request and the data address.
-
Method Details
-
decorate
HttpRequestParams.Builder decorate(org.eclipse.edc.spi.types.domain.transfer.DataFlowStartMessage request, HttpDataAddress address, HttpRequestParams.Builder params) Decorate params with information coming from the request and the data address. Return the param object.
-