uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

bufferEntity() method

Description

This method buffers an entity. The entire data is read from the stream input in an HTTP response entity and stored in the memory. The input stream is closed after buffering.

Syntax

public void bufferEntity()

throws ClientHandlerException

Parameter

None.

Return value

ClientHandlerException
This exception is thrown if a problem occurs during processing. The error message KDJJ18888-E is output to the log.

Notes

None.