LimeWire Consolidated API

org.limewire.promotion
Interface PromotionBinderRequestor

All Known Implementing Classes:
AbstractPromotionBinderRequestor, PromotionBinderRequestorImpl

public interface PromotionBinderRequestor

Instances of this class make POST requests to the URL given for containers, and also add the data given in the UserQueryEvent.


Method Summary
 PromotionBinder request(String url, long id, Set<? extends UserQueryEvent> queries)
          The main entry point.
 

Method Detail

request

PromotionBinder request(String url,
                        long id,
                        Set<? extends UserQueryEvent> queries)
The main entry point. This will create a POST request to url and include the proper information we want to store.

Returns:
the PromotionBinder created from the url or null if there is not one

LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.