|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HttpResponseHandler in com.baidubce |
---|
Constructors in com.baidubce with parameters of type HttpResponseHandler | |
---|---|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
Equivalent to AbstractBceClient(config, responseHandlers, false) |
|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers,
boolean isHttpAsyncPutEnabled)
Constructs a new AbstractBceClient with the specified client configuration and handlers. |
Uses of HttpResponseHandler in com.baidubce.http |
---|
Methods in com.baidubce.http with parameters of type HttpResponseHandler | ||
---|---|---|
|
BceHttpClient.execute(InternalRequest request,
Class<T> responseClass,
HttpResponseHandler[] responseHandlers)
Executes the request and returns the result. |
Uses of HttpResponseHandler in com.baidubce.http.handler |
---|
Classes in com.baidubce.http.handler that implement HttpResponseHandler | |
---|---|
class |
BceErrorResponseHandler
HTTP error response handler for Baidu BCE responses. |
class |
BceJsonResponseHandler
HTTP body json response handler for Baidu BCE responses. |
class |
BceMetadataResponseHandler
HTTP response handler for Baidu BCE responses. |
Uses of HttpResponseHandler in com.baidubce.services.bos |
---|
Classes in com.baidubce.services.bos that implement HttpResponseHandler | |
---|---|
class |
BosMetadataResponseHandler
|
class |
BosObjectResponseHandler
|
Uses of HttpResponseHandler in com.baidubce.services.dugo.core.protocol.http |
---|
Methods in com.baidubce.services.dugo.core.protocol.http with parameters of type HttpResponseHandler | ||
---|---|---|
|
BceIotHttpClient.exec(Class<T> responseClass,
HttpResponseHandler[] hadlers)
|
Uses of HttpResponseHandler in com.baidubce.services.dumap.handler |
---|
Classes in com.baidubce.services.dumap.handler that implement HttpResponseHandler | |
---|---|
class |
DuMapResponseHandler
DuMap response json handler. |
Uses of HttpResponseHandler in com.baidubce.services.iothisk |
---|
Classes in com.baidubce.services.iothisk that implement HttpResponseHandler | |
---|---|
class |
BceIotHiskJsonResponseHandler
HTTP body json response handler for Baidu BCE iot hisk responses. |
Fields in com.baidubce.services.iothisk declared as HttpResponseHandler | |
---|---|
protected static HttpResponseHandler[] |
AbstractIotHiskBceClient.HANDLERS
Responsible for handling httpResponses from all hisk service calls. |
Constructors in com.baidubce.services.iothisk with parameters of type HttpResponseHandler | |
---|---|
AbstractIotHiskBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
Uses of HttpResponseHandler in com.baidubce.services.moladb |
---|
Classes in com.baidubce.services.moladb that implement HttpResponseHandler | |
---|---|
class |
MolaDbJsonResponseHandler
Moladb Implementation of HttpResponseHandler. |
Uses of HttpResponseHandler in com.baidubce.services.ses |
---|
Fields in com.baidubce.services.ses declared as HttpResponseHandler | |
---|---|
protected static HttpResponseHandler[] |
SesClientSupport.SES_HANDLERS
|
Constructors in com.baidubce.services.ses with parameters of type HttpResponseHandler | |
---|---|
SesClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
Uses of HttpResponseHandler in com.baidubce.services.sms |
---|
Fields in com.baidubce.services.sms declared as HttpResponseHandler | |
---|---|
protected static HttpResponseHandler[] |
SmsClientSupport.SMS_HANDLERS
|
Constructors in com.baidubce.services.sms with parameters of type HttpResponseHandler | |
---|---|
SmsClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
Uses of HttpResponseHandler in com.baidubce.services.sts |
---|
Classes in com.baidubce.services.sts that implement HttpResponseHandler | |
---|---|
class |
BceStsJsonResponseHandler
HTTP body json response handler for Baidu Sts responses. |
Uses of HttpResponseHandler in com.baidubce.services.tsdb |
---|
Fields in com.baidubce.services.tsdb declared as HttpResponseHandler | |
---|---|
protected static HttpResponseHandler[] |
AbstractTsdbBceClient.TSDB_HANDLERS
Responsible for handling HttpResponse from all Tsdb service calls. |
Constructors in com.baidubce.services.tsdb with parameters of type HttpResponseHandler | |
---|---|
AbstractTsdbBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |