org.mortbay.util
Interface OutputObserver
- AJP13Connection, HttpConnection, HttpOutputStream
public interface OutputObserver
Observer output events.
$Id: OutputObserver.java,v 1.3 2004/05/09 20:32:49 gregwilkins Exp $
void | outputNotify(OutputStream out, int action, Object data) - Notify an output action.
|
__CLOSED
public static final int __CLOSED
__CLOSING
public static final int __CLOSING
__COMMITING
public static final int __COMMITING
__FIRST_WRITE
public static final int __FIRST_WRITE
__RESET_BUFFER
public static final int __RESET_BUFFER
outputNotify
public void outputNotify(OutputStream out,
int action,
Object data)
throws IOException
Notify an output action.
out
- The OutputStream that caused the eventaction
- The action takendata
- Data associated with the event.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.