public class ResponseOutputStream extends BufferedOutputStream
ResponseOutputStream is an output stream associated with the
currently received event. Note that if the stream is from a socket the socket is
also available on this stream so that the socket state can be validated before
writing.buf, countout| Constructor and Description |
|---|
ResponseOutputStream(OutputStream stream) |
ResponseOutputStream(Socket socket,
OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
getSocket() |
flush, write, writeclose, writepublic ResponseOutputStream(OutputStream stream)
public ResponseOutputStream(Socket socket, OutputStream stream) throws IOException
IOExceptionpublic Socket getSocket()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.