fm.liveswitch.HttpRequestCreatedArgs Class Reference

Arguments passed into callbacks when an HTTP request is created. More...

Public Member Functions

java.net.URLConnection getRequest ()
 Gets the outgoing HTTP request about to be sent to the server. More...
 
fm.liveswitch.HttpRequestArgs getRequestArgs ()
 Gets the original request arguments. More...
 
Object getSender ()
 Gets the sender of the request, either a client or publisher. More...
 
 HttpRequestCreatedArgs ()
 
void setRequest (java.net.URLConnection value)
 Sets the outgoing HTTP request about to be sent to the server. More...
 
void setRequestArgs (fm.liveswitch.HttpRequestArgs value)
 Sets the original request arguments. 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 request is created.

Constructor & Destructor Documentation

◆ HttpRequestCreatedArgs()

fm.liveswitch.HttpRequestCreatedArgs.HttpRequestCreatedArgs ( )

Member Function Documentation

◆ getRequest()

java.net.URLConnection fm.liveswitch.HttpRequestCreatedArgs.getRequest ( )

Gets the outgoing HTTP request about to be sent to the server.

◆ getRequestArgs()

fm.liveswitch.HttpRequestArgs fm.liveswitch.HttpRequestCreatedArgs.getRequestArgs ( )

Gets the original request arguments.

◆ getSender()

Object fm.liveswitch.HttpRequestCreatedArgs.getSender ( )

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

◆ setRequest()

void fm.liveswitch.HttpRequestCreatedArgs.setRequest ( java.net.URLConnection  value)

Sets the outgoing HTTP request about to be sent to the server.

◆ setRequestArgs()

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

Sets the original request arguments.

◆ setSender()

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

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