public interface OutputObserver
HttpOutputStream
Modifier and Type | Field and Description |
---|---|
static int |
__CLOSED |
static int |
__CLOSING |
static int |
__COMMITING |
static int |
__FIRST_WRITE |
static int |
__RESET_BUFFER |
Modifier and Type | Method and Description |
---|---|
void |
outputNotify(java.io.OutputStream out,
int action,
java.lang.Object data)
Notify an output action.
|
static final int __FIRST_WRITE
static final int __RESET_BUFFER
static final int __COMMITING
static final int __CLOSING
static final int __CLOSED
void outputNotify(java.io.OutputStream out, int action, java.lang.Object data) throws java.io.IOException
out
- The OutputStream that caused the eventaction
- The action takendata
- Data associated with the event.java.io.IOException
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.