public class AbTestingApp extends Object implements App
Copyright © OpenDSP 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AbTestingApp() |
Modifier and Type | Method and Description |
---|---|
Future<AppData> |
getAppData(OpenRtbRequest req) |
String |
getName() |
boolean |
pass(OpenRtbRequest req,
AppData data) |
void |
processResponse(OpenRtbResponse resp) |
private static final long serialVersionUID
public Future<AppData> getAppData(OpenRtbRequest req)
getAppData
in interface App
public void processResponse(OpenRtbResponse resp)
processResponse
in interface App
public boolean pass(OpenRtbRequest req, AppData data)