fm.liveswitch.HttpSendStartArgs Class Reference

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...
 
Object getSender ()
 Gets the sender of the request, either a client or publisher. More...
 
 HttpSendStartArgs ()
 

Detailed Description

Constructor & Destructor Documentation

◆ HttpSendStartArgs()

fm.liveswitch.HttpSendStartArgs.HttpSendStartArgs ( )

Member Function Documentation

◆ getRequestBinaryContent()

byte [] fm.liveswitch.HttpSendStartArgs.getRequestBinaryContent ( )

Gets the binary content of the request.

◆ getRequestTextContent()

String fm.liveswitch.HttpSendStartArgs.getRequestTextContent ( )

Gets the text content of the request.

◆ getSender()

Object fm.liveswitch.HttpSendStartArgs.getSender ( )

Gets the sender of the request, either a client or publisher.