Uses of Interface
adams.flow.core.HttpResponseVariableSupporter
-
Packages that use HttpResponseVariableSupporter Package Description adams.flow.source adams.flow.transformer -
-
Uses of HttpResponseVariableSupporter in adams.flow.source
Classes in adams.flow.source that implement HttpResponseVariableSupporter Modifier and Type Class Description classHttpRequestSubmits the (optional) form parameters to the specified URL and forwards the retrieved HTML as text.
Cookies can be retrieved and stored in internal storage, to be re-used with the next request. -
Uses of HttpResponseVariableSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement HttpResponseVariableSupporter Modifier and Type Class Description classHttpPostFileUploads the incoming file via HTTP POST to the specified URL as 'multipart/form-data'.
Additional form fields can be supplied as well.classHttpRequestSends the incoming text/bytes payload to the specified URL (with optional HTTP headers) and forwards the retrieved HTML as text.
-