Uses of Interface
adams.flow.core.HttpRedirectSupporter
-
Packages that use HttpRedirectSupporter Package Description adams.flow.source adams.flow.transformer -
-
Uses of HttpRedirectSupporter in adams.flow.source
Classes in adams.flow.source that implement HttpRedirectSupporter 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 HttpRedirectSupporter in adams.flow.transformer
Classes in adams.flow.transformer that implement HttpRedirectSupporter Modifier and Type Class Description classHttpRequestSends the incoming text/bytes payload to the specified URL (with optional HTTP headers) and forwards the retrieved HTML as text.
-