Package | Description |
---|---|
com.netease.cloud | |
com.netease.cloud.http | |
com.netease.cloud.services.nos | |
com.netease.cloud.util |
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
WebServiceResponse.getResponseMetadata()
Returns the response metadata for this response.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceResponse.setResponseMetadata(ResponseMetadata responseMetadata)
Sets the response metadata associated with this response.
|
Constructor and Description |
---|
ResponseMetadata(ResponseMetadata originalResponseMetadata)
Creates a new ResponseMetadata object from an existing ResponseMetadata
object.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
NeteaseHttpClient.getResponseMetadataForRequest(WebServiceRequest request)
Returns additional response metadata for an executed request.
|
Modifier and Type | Class and Description |
---|---|
class |
NosResponseMetadata
Extension of
ResponseMetadata with nos specific data. |
Constructor and Description |
---|
NosResponseMetadata(ResponseMetadata originalResponseMetadata)
Creates a new ResponseMetadata object from an existing ResponseMetadata
object.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
ResponseMetadataCache.get(Object obj)
Returns the response metadata associated with the specified object, or
null if no metadata is associated with that object.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseMetadataCache.add(Object obj,
ResponseMetadata metadata)
Adds a new entry to this cache, possibly evicting the oldest entry if the
cache is at its size limit.
|
Copyright © 2017. All Rights Reserved.