public class ServletServerOutputStream extends ServerOutputStreamImpl
ServerOutputStream
wrapping an OutputStream
.Constructor and Description |
---|
ServletServerOutputStream(OutputStream outputStream)
Initiate.
|
ServletServerOutputStream(OutputStream outputStream,
Serializable momento)
Initiate.
|
clear, close, exportState, flush, write, write
write, write
public ServletServerOutputStream(OutputStream outputStream)
outputStream
- Wrapped OutputStream
.public ServletServerOutputStream(OutputStream outputStream, Serializable momento)
outputStream
- Wrapped OutputStream
.momento
- Momento for the state.Copyright © 2005–2016. All rights reserved.