Modifier and Type | Field and Description |
---|---|
private ExchangeAdapter<?,?> |
BidCandidateManagerSpec_run.exchangeAdapter |
private ExchangeAdapter<?,?> |
BidCandidateManagerSpec_postProcessBid.exchangeAdapter |
Modifier and Type | Method and Description |
---|---|
static ExchangeAdapter |
SharedSetUp.createExchangeAdapterMock(String exchangeName,
org.mockito.stubbing.Answer<Object> defaultAnswer)
Creates mock for class inherited from ExchangeAdapter, that will be returned by method
ExchangeAdapterFactory.getExchangeAdapter().
|
Modifier and Type | Method and Description |
---|---|
static void |
LogUtils.logBid(OpenRtbRequest req,
long timeSpent,
String bidRequestId,
String userId,
String modUid,
Bid bid,
int candCount,
int bidCount,
ExchangeAdapter adapter,
String outcome)
Log a bid.
|
Modifier and Type | Field and Description |
---|---|
private ExchangeAdapter |
Lot49Ext.adapter |
Modifier and Type | Method and Description |
---|---|
ExchangeAdapter |
Lot49Ext.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
Lot49Ext.setAdapter(ExchangeAdapter adapter) |
Modifier and Type | Field and Description |
---|---|
private ExchangeAdapter<?,?> |
AdminSvcSpec_debug2.adapterMock |
Modifier and Type | Method and Description |
---|---|
private ExchangeAdapter<?,?> |
AdminSvcSpec_debug2.createExchangeAdapterMock(String exchangeName,
org.mockito.stubbing.Answer<Object> defaultAnswer,
boolean isNurlRequired) |
Modifier and Type | Method and Description |
---|---|
private OpenRtbResponse |
AdminSvc.createBidResponse(ExchangeAdapter adapter,
Ad ad,
Tag tag)
We are very minimally simulating onBidRequestDelegate here.
|
static BidInFlightInfo |
StatsSvc.handleWinLossError(String url,
ExchangeAdapter adapter,
String bId,
String brId,
String adId,
String reason,
Long winPrice) |
protected boolean |
AuctionsSvc.isTimeout(ExchangeAdapter exchangeAdapter,
OpenRtbRequest req) |
(package private) static void |
AuctionsSvc.onBidRequestDelegate(JerseySvc instance,
String debug,
ExchangeAdapter exchangeAdapter,
javax.ws.rs.container.AsyncResponse response,
OpenRtbRequest req,
String xff,
javax.servlet.http.HttpServletRequest servletRequest,
String xrip)
Main entry point (after the appropriate
ExchangeAdapter has done its thing). |
ParsedPriceInfo |
StatsSvc.parsePriceInformation(ExchangeAdapter adapter,
String bp,
String wp,
String bId,
String cId,
String crId) |
Modifier and Type | Field and Description |
---|---|
(package private) ExchangeAdapter<OpenRtbRequest,OpenRtbResponse> |
ExchangeAdapterSpec_parseUserId.ea |
Modifier and Type | Field and Description |
---|---|
private static Map<String,Class<? extends ExchangeAdapter>> |
ExchangeAdapterFactory.adapterMap |
Modifier and Type | Method and Description |
---|---|
static ExchangeAdapter |
ExchangeAdapterFactory.getExchangeAdapter(String exchangeName) |
static ExchangeAdapter |
ExchangeAdapterFactory.getExchangeAdapter(String exchangeName,
boolean quiet) |
Modifier and Type | Method and Description |
---|---|
static List<ExchangeAdapter> |
ExchangeAdapterFactory.getAllExchangeAdapters() |
static List<ExchangeAdapter> |
ExchangeAdapterFactory.getAllExchangeAdapters(boolean quiet) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptvAdapter
Converter for
Lot49Constants.EXCHANGE_ADAPTV . |
Modifier and Type | Class and Description |
---|---|
class |
AdXAdapter
Google (AdX) connector.
|
Modifier and Type | Class and Description |
---|---|
class |
BidSwitchAdapter
Adapter for BidSwitch.
|
Modifier and Type | Class and Description |
---|---|
class |
BrxAdapter |
Modifier and Type | Class and Description |
---|---|
class |
LiverailAdapter |
Modifier and Type | Class and Description |
---|---|
class |
OpenXAdapter |
Modifier and Type | Class and Description |
---|---|
class |
PubmaticAdapter
Adapter for Pubmatic exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
SmaatoAdapter
Adapter for Smaato.
|
Modifier and Type | Class and Description |
---|---|
class |
ExchangeAdapterImpl<RequestType,ResponseType>
For the sake of
ExchangeAdapterImpl.toString() . |
class |
SpotXChangeAdapter
SpotXChange adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
Lot49InternalAuctionExchangeAdapter |
class |
Test1ExchangeAdapter
Adapter for a Test exchange, useful for various internal testing.
|
class |
Test2ExchangeAdapter |
Modifier and Type | Method and Description |
---|---|
static String |
Utils.encodeUrl(String url,
ExchangeAdapter adapter)
URL-encodes provided URL keeping Winning price macro alone
|