HttpActionHandler
Type name: HttpActionHandler
Extends ActionHandler
Name |
Type |
Description |
encoding |
or MediaObject |
How to encode the action into the http request when the method is POST. |
method |
HttpRequestMethod |
Whether to use HTTP GET or POST. GET is the default. |
url |
URL |
Target url to fetch in order to complete the action. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`HttpActionHandler` extends the `ActionHandler` and is used for actions involving HTTP requests."],["It defines how to encode the action, the HTTP method (GET or POST), and the target URL for the action."],["`encoding` specifies how the action is encoded in the request, `method` determines whether to use GET or POST, and `url` provides the target URL."]]],[]]