public abstract class MessageOutputStream extends OutputStream implements Cancellable
| Constructor and Description | 
|---|
MessageOutputStream()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract MessageOutputStream | 
cancel()
Cancel this message stream. 
 | 
abstract void | 
close()
Close this message stream. 
 | 
abstract void | 
flush()
Flush this message stream. 
 | 
write, write, writepublic abstract void flush()
                    throws IOException
flush in interface Flushableflush in class OutputStreamIOException - if an error occurs while flushing the streampublic abstract void close()
                    throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOException - if a error occurs while closing the streampublic abstract MessageOutputStream cancel()
cancel in interface CancellableCopyright © 2018 JBoss by Red Hat. All rights reserved.