Uses of Class
com.rbnb.sapi.Sink

Packages that use Sink
com.rbnb.plugins Provides the PlugInTemplate class for streamlining PlugIn development. 
 

Uses of Sink in com.rbnb.plugins
 

Methods in com.rbnb.plugins that return Sink
 Sink PlugInTemplate.getRequestSink()
          For sinks where the default request forwarding approach is inappropriate, this method may be used to get a handle to a Sink to make requests.
 

Methods in com.rbnb.plugins with parameters of type Sink
protected  ChannelMap PlugInTemplate.getForwardData(Sink sink, ChannelMap mappedChannels, PlugInChannelMap picm)
          Callback to make the request to the server for matching data.