Package | Description |
---|---|
com.enremmeta.rtb.jersey |
Modifier and Type | Class and Description |
---|---|
class |
AdminSvc
Administration utilities.
|
class |
AuctionsSvc
Class providing most services for REST auction requests (using Jersey).
|
class |
OpsSvc
Here the services related to various operations-related things are gathered, and never really
die.
|
class |
StatsSvc
Services to react to things that happen after a successful bid.
|
Modifier and Type | Method and Description |
---|---|
(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). |