Uses of Class
com.rbnb.sapi.RequestOptions

Packages that use RequestOptions
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of RequestOptions in com.rbnb.sapi
 

Methods in com.rbnb.sapi that return RequestOptions
 RequestOptions PlugInChannelMap.GetRequestOptions()
          Returns the options that were set for this request.
 

Methods in com.rbnb.sapi with parameters of type RequestOptions
 void Sink.Request(ChannelMap cm, double start, double duration, String reference, RequestOptions ro)
          Sends the specified RequestOptions object to the server before making the request.