org.mule
Class ResponseOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
org.mule.ResponseOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class ResponseOutputStream
- extends java.io.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.
Fields inherited from class java.io.BufferedOutputStream |
buf, count |
Fields inherited from class java.io.FilterOutputStream |
out |
Methods inherited from class java.io.BufferedOutputStream |
flush, write, write |
Methods inherited from class java.io.FilterOutputStream |
close, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseOutputStream
public ResponseOutputStream(java.io.OutputStream stream)
ResponseOutputStream
public ResponseOutputStream(java.net.Socket socket,
java.io.OutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
getSocket
public java.net.Socket getSocket()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.