Uses of Interface
com.bandwidth.http.client.HttpCallback
-
Uses of HttpCallback in com.bandwidth
Methods in com.bandwidth with parameters of type HttpCallback Modifier and Type Method Description BandwidthClient.Builder
BandwidthClient.Builder. httpCallback(HttpCallback httpCallback)
HttpCallback. -
Uses of HttpCallback in com.bandwidth.controllers
Fields in com.bandwidth.controllers declared as HttpCallback Modifier and Type Field Description protected HttpCallback
BaseController. httpCallback
Protected variable to hold an instance of HttpCallback if the user provides it.Methods in com.bandwidth.controllers that return HttpCallback Modifier and Type Method Description HttpCallback
BaseController. getHttpCallback()
Get httpCallback associated with this controller.Constructors in com.bandwidth.controllers with parameters of type HttpCallback Constructor Description BaseController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
-
Uses of HttpCallback in com.bandwidth.messaging.controllers
Constructors in com.bandwidth.messaging.controllers with parameters of type HttpCallback Constructor Description APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback. -
Uses of HttpCallback in com.bandwidth.twofactorauth.controllers
Constructors in com.bandwidth.twofactorauth.controllers with parameters of type HttpCallback Constructor Description MFAController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback. -
Uses of HttpCallback in com.bandwidth.voice.controllers
Constructors in com.bandwidth.voice.controllers with parameters of type HttpCallback Constructor Description APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback. -
Uses of HttpCallback in com.bandwidth.webrtc.controllers
Constructors in com.bandwidth.webrtc.controllers with parameters of type HttpCallback Constructor Description APIController(Configuration config, HttpClient httpClient, java.util.Map<java.lang.String,AuthManager> authManagers, HttpCallback httpCallback)
Initializes the controller with HTTPCallback.