flush

The flush method of the Response class writes any output that has been sent to a buffer. This method is inherited from java.io.OutputStream.

public void flush() throws IOException;

© 1999 Microsoft Corporation. All rights reserved. Terms of use.