
public abstract class MessageOutputStream
extends java.io.OutputStream
implements org.xnio.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.
|
public abstract void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOException - if an error occurs while flushing the streampublic abstract void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOException - if a error occurs while closing the streampublic abstract MessageOutputStream cancel()
cancel in interface org.xnio.CancellableCopyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.