Package org.apache.olingo.odata2.core
Class ODataResponseImpl
java.lang.Object
org.apache.olingo.odata2.api.processor.ODataResponse
org.apache.olingo.odata2.core.ODataResponseImpl
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.olingo.odata2.api.processor.ODataResponse
ODataResponse.ODataResponseBuilder -
Field Summary
Fields inherited from class org.apache.olingo.odata2.api.processor.ODataResponse
CHARSET_MATCHER_PATTERN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.processor.ODataResponse
contentHeader, entities, entity, fromResponse, getEntityAsStream, header, newBuilder, status
-
Constructor Details
-
ODataResponseImpl
public ODataResponseImpl()
-
-
Method Details
-
getStatus
- Specified by:
getStatusin classODataResponse
-
getEntity
- Specified by:
getEntityin classODataResponse
-
getEntities
- Specified by:
getEntitiesin classODataResponse
-
close
- Specified by:
closein classODataResponse- Throws:
IOException
-
getHeader
- Specified by:
getHeaderin classODataResponse
-
getHeaderNames
- Specified by:
getHeaderNamesin classODataResponse
-
getIdLiteral
- Specified by:
getIdLiteralin classODataResponse
-
getETag
- Specified by:
getETagin classODataResponse
-
getContentHeader
- Specified by:
getContentHeaderin classODataResponse
-
containsHeader
- Specified by:
containsHeaderin classODataResponse
-