Arguments for fm.liveswitch.HttpTransfer#addOnSendStart. More...
Public Member Functions | |
| byte[] | getRequestBinaryContent () |
| Gets the binary content of the request. More... | |
| String | getRequestTextContent () |
| Gets the text content of the request. More... | |
| byte[] | getResponseBinaryContent () |
| Gets the binary content of the response. More... | |
| java.util.HashMap< String, String > | getResponseHeaders () |
| Gets the headers of the response. More... | |
| String | getResponseTextContent () |
| Gets the binary content of the response. More... | |
| Object | getSender () |
| Gets the sender of the request, either a client or publisher. More... | |
| HttpSendFinishArgs () | |
Arguments for fm.liveswitch.HttpTransfer#addOnSendStart.
| fm.liveswitch.HttpSendFinishArgs.HttpSendFinishArgs | ( | ) |
| byte [] fm.liveswitch.HttpSendFinishArgs.getRequestBinaryContent | ( | ) |
Gets the binary content of the request.
| String fm.liveswitch.HttpSendFinishArgs.getRequestTextContent | ( | ) |
Gets the text content of the request.
| byte [] fm.liveswitch.HttpSendFinishArgs.getResponseBinaryContent | ( | ) |
Gets the binary content of the response.
| java.util.HashMap<String,String> fm.liveswitch.HttpSendFinishArgs.getResponseHeaders | ( | ) |
Gets the headers of the response.
| String fm.liveswitch.HttpSendFinishArgs.getResponseTextContent | ( | ) |
Gets the binary content of the response.
| Object fm.liveswitch.HttpSendFinishArgs.getSender | ( | ) |
Gets the sender of the request, either a client or publisher.