Class Requester
java.lang.Object
org.prebid.mobile.rendering.networking.modelcontrollers.Requester
- Direct Known Subclasses:
BidRequester
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdUnitConfigurationprotected ResponseHandlerprotected org.json.JSONObjectprotected BaseNetworkTaskprotected Stringprotected URLBuilder -
Method Summary
Modifier and TypeMethodDescriptionprotected URLComponentsvoiddestroy()protected voidgetAdId()org.json.JSONObjectprotected List<ParameterBuilder> protected abstract PathBuilderBaseprotected voidprotected voidsendAdRequest(URLComponents jsonUrlComponents) abstract void
-
Field Details
-
requestName
-
adConfiguration
-
urlBuilder
-
adResponseCallBack
-
networkTask
-
builtRequest
protected org.json.JSONObject builtRequest
-
-
Method Details
-
startAdRequest
public abstract void startAdRequest() -
getBuiltRequest
public org.json.JSONObject getBuiltRequest() -
destroy
public void destroy() -
getParameterBuilders
-
getAdId
protected void getAdId() -
getPathBuilder
-
makeAdRequest
protected void makeAdRequest() -
buildUrlComponent
-
sendAdRequest
-