fm.liveswitch.HttpResponseReceivedArgs Class Reference

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...
 

Detailed Description

Arguments passed into callbacks when an HTTP response is received.

Constructor & Destructor Documentation

◆ HttpResponseReceivedArgs()

fm.liveswitch.HttpResponseReceivedArgs.HttpResponseReceivedArgs ( )

Member Function Documentation

◆ getRequestArgs()

fm.liveswitch.HttpRequestArgs fm.liveswitch.HttpResponseReceivedArgs.getRequestArgs ( )

Gets the original request arguments.

◆ getResponse()

java.net.URLConnection fm.liveswitch.HttpResponseReceivedArgs.getResponse ( )

Gets the incoming HTTP response received from the server.

◆ getSender()

Object fm.liveswitch.HttpResponseReceivedArgs.getSender ( )

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

◆ setRequestArgs()

void fm.liveswitch.HttpResponseReceivedArgs.setRequestArgs ( fm.liveswitch.HttpRequestArgs  value)

Sets the original request arguments.

◆ setResponse()

void fm.liveswitch.HttpResponseReceivedArgs.setResponse ( java.net.URLConnection  value)

Sets the incoming HTTP response received from the server.

◆ setSender()

void fm.liveswitch.HttpResponseReceivedArgs.setSender ( Object  value)

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