Class IntegrationODataResponse


  • public class IntegrationODataResponse
    extends org.apache.olingo.odata2.core.ODataResponseImpl
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  IntegrationODataResponse.IntegrationODataResponseBuilder  
      • Nested classes/interfaces inherited from class org.apache.olingo.odata2.core.ODataResponseImpl

        org.apache.olingo.odata2.core.ODataResponseImpl.ODataResponseBuilderImpl
      • Nested classes/interfaces inherited from class org.apache.olingo.odata2.api.processor.ODataResponse

        org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder
    • Field Summary

      • Fields inherited from class org.apache.olingo.odata2.api.processor.ODataResponse

        CHARSET_MATCHER_PATTERN
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void bufferEntity​(java.io.InputStream body)  
      IntegrationODataResponse.IntegrationODataResponseBuilder customBuilder()  
      java.io.InputStream getEntityAsStream()  
      • Methods inherited from class org.apache.olingo.odata2.core.ODataResponseImpl

        close, containsHeader, getContentHeader, getEntity, getETag, getHeader, getHeaderNames, getIdLiteral, getStatus
      • Methods inherited from class org.apache.olingo.odata2.api.processor.ODataResponse

        contentHeader, entity, fromResponse, header, newBuilder, status
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegrationODataResponse

        public IntegrationODataResponse()
    • Method Detail

      • getEntityAsStream

        public java.io.InputStream getEntityAsStream()
                                              throws org.apache.olingo.odata2.api.exception.ODataException
        Overrides:
        getEntityAsStream in class org.apache.olingo.odata2.api.processor.ODataResponse
        Throws:
        org.apache.olingo.odata2.api.exception.ODataException
      • bufferEntity

        protected void bufferEntity​(java.io.InputStream body)