fm.liveswitch.HttpSendFinishArgs 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...
 
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 ()
 

Detailed Description

Constructor & Destructor Documentation

◆ HttpSendFinishArgs()

fm.liveswitch.HttpSendFinishArgs.HttpSendFinishArgs ( )

Member Function Documentation

◆ getRequestBinaryContent()

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

Gets the binary content of the request.

◆ getRequestTextContent()

String fm.liveswitch.HttpSendFinishArgs.getRequestTextContent ( )

Gets the text content of the request.

◆ getResponseBinaryContent()

byte [] fm.liveswitch.HttpSendFinishArgs.getResponseBinaryContent ( )

Gets the binary content of the response.

◆ getResponseHeaders()

java.util.HashMap<String,String> fm.liveswitch.HttpSendFinishArgs.getResponseHeaders ( )

Gets the headers of the response.

◆ getResponseTextContent()

String fm.liveswitch.HttpSendFinishArgs.getResponseTextContent ( )

Gets the binary content of the response.

◆ getSender()

Object fm.liveswitch.HttpSendFinishArgs.getSender ( )

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