ServletOutputStream Class

Provides an output stream for writing to the body of an http response. Writes raw bytes to a socket connection. Automatically encrypts the data if the socket is SSL/TLS encrypted.

Constructors

ServletOutputStream( javax.servlet.ServletOutputStream out )

Public Methods

write( int b ) returns void
flush( ) returns void
close( ) returns void