fm.liveswitch.DnsRequest Class Reference

Public Member Functions

 DnsRequest (String name, fm.liveswitch.IAction2< String[], Object > callback, Object state)
 Initializes a new instance of the DnsRequest class. More...
 
String getName ()
 Gets the name. More...
 
fm.liveswitch.IAction2< String[], Object > getCallback ()
 Gets the callback. More...
 
Object getState ()
 Gets the state. More...
 
void resolve (boolean bypassProxyCheck)
 Resolves Name, executing Callback when complete. More...
 

Constructor & Destructor Documentation

◆ DnsRequest()

fm.liveswitch.DnsRequest.DnsRequest ( String  name,
fm.liveswitch.IAction2< String[], Object >  callback,
Object  state 
)

Initializes a new instance of the DnsRequest class.

Parameters
nameThe name.
callbackThe callback.
stateThe state.

Member Function Documentation

◆ getCallback()

fm.liveswitch.IAction2<String[],Object> fm.liveswitch.DnsRequest.getCallback ( )

Gets the callback.

◆ getName()

String fm.liveswitch.DnsRequest.getName ( )

Gets the name.

◆ getState()

Object fm.liveswitch.DnsRequest.getState ( )

Gets the state.

◆ resolve()

void fm.liveswitch.DnsRequest.resolve ( boolean  bypassProxyCheck)

Resolves Name, executing Callback when complete.