Arguments passed into callbacks when an HTTP response is received. More...
Public Member Functions | |
| fm.liveswitch.HttpRequestArgs | getRequestArgs () |
| Gets the original request arguments. More... | |
| java.net.URLConnection | getResponse () |
| Gets the incoming HTTP response received from the server. More... | |
| Object | getSender () |
| Gets the sender of the request, either a client or publisher. More... | |
| HttpResponseReceivedArgs () | |
| void | setRequestArgs (fm.liveswitch.HttpRequestArgs value) |
| Sets the original request arguments. More... | |
| void | setResponse (java.net.URLConnection value) |
| Sets the incoming HTTP response received from the server. More... | |
| void | setSender (Object value) |
| Sets the sender of the request, either a client or publisher. More... | |
Arguments passed into callbacks when an HTTP response is received.
| fm.liveswitch.HttpResponseReceivedArgs.HttpResponseReceivedArgs | ( | ) |
| fm.liveswitch.HttpRequestArgs fm.liveswitch.HttpResponseReceivedArgs.getRequestArgs | ( | ) |
Gets the original request arguments.
| java.net.URLConnection fm.liveswitch.HttpResponseReceivedArgs.getResponse | ( | ) |
Gets the incoming HTTP response received from the server.
| Object fm.liveswitch.HttpResponseReceivedArgs.getSender | ( | ) |
Gets the sender of the request, either a client or publisher.
| void fm.liveswitch.HttpResponseReceivedArgs.setRequestArgs | ( | fm.liveswitch.HttpRequestArgs | value | ) |
Sets the original request arguments.
| void fm.liveswitch.HttpResponseReceivedArgs.setResponse | ( | java.net.URLConnection | value | ) |
Sets the incoming HTTP response received from the server.
| void fm.liveswitch.HttpResponseReceivedArgs.setSender | ( | Object | value | ) |
Sets the sender of the request, either a client or publisher.