Arguments passed into callbacks when an HTTP request is created. More...
Public Member Functions | |
| java.net.URLConnection | getRequest () |
| Gets the outgoing HTTP request about to be sent to the server. More... | |
| fm.liveswitch.HttpRequestArgs | getRequestArgs () |
| Gets the original request arguments. More... | |
| Object | getSender () |
| Gets the sender of the request, either a client or publisher. More... | |
| HttpRequestCreatedArgs () | |
| void | setRequest (java.net.URLConnection value) |
| Sets the outgoing HTTP request about to be sent to the server. More... | |
| void | setRequestArgs (fm.liveswitch.HttpRequestArgs value) |
| Sets the original request arguments. More... | |
| void | setSender (Object value) |
| Sets the sender of the request, either a client or publisher. More... | |
Arguments passed into callbacks when an HTTP request is created.
| fm.liveswitch.HttpRequestCreatedArgs.HttpRequestCreatedArgs | ( | ) |
| java.net.URLConnection fm.liveswitch.HttpRequestCreatedArgs.getRequest | ( | ) |
Gets the outgoing HTTP request about to be sent to the server.
| fm.liveswitch.HttpRequestArgs fm.liveswitch.HttpRequestCreatedArgs.getRequestArgs | ( | ) |
Gets the original request arguments.
| Object fm.liveswitch.HttpRequestCreatedArgs.getSender | ( | ) |
Gets the sender of the request, either a client or publisher.
| void fm.liveswitch.HttpRequestCreatedArgs.setRequest | ( | java.net.URLConnection | value | ) |
Sets the outgoing HTTP request about to be sent to the server.
| void fm.liveswitch.HttpRequestCreatedArgs.setRequestArgs | ( | fm.liveswitch.HttpRequestArgs | value | ) |
Sets the original request arguments.
| void fm.liveswitch.HttpRequestCreatedArgs.setSender | ( | Object | value | ) |
Sets the sender of the request, either a client or publisher.