Static content  Encoding responses and double-byte characters

Chapter 22: Creating Java Servlets

Response buffering

The Java servlet API supports response buffering that allows the servlet to control how the servlet container buffers responses, and when to send a response to a client. The ServletResponse interface provides these methods that allow a servlet to access buffering information:

See the Java Servlet Specification, v2.3 for detailed information about using response buffering.





Copyright © 2005. Sybase Inc. All rights reserved. Encoding responses and double-byte characters

View this book as PDF