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, count
out
Constructor and Description |
---|
ResponseOutputStream(OutputStream stream) |
ResponseOutputStream(Socket socket,
OutputStream stream) |
Modifier and Type | Method and Description |
---|---|
Socket |
getSocket() |
flush, write, write
close, write
public ResponseOutputStream(OutputStream stream)
public ResponseOutputStream(Socket socket, OutputStream stream) throws IOException
IOException
public Socket getSocket()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.