|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpStreamObserver
Method Summary | |
---|---|
void |
notifyClose(java.io.InputStream in)
The stream has been closed. |
void |
notifyEOF(java.io.InputStream in)
The end of the stream has been reached. |
void |
notifyFailure(java.io.InputStream in)
The stream doesn't support monitoring. |
Method Detail |
---|
void notifyEOF(java.io.InputStream in)
in
- The stream that has reached enf od file.void notifyClose(java.io.InputStream in)
in
- The stream that has been closed.void notifyFailure(java.io.InputStream in)
in
- The stream on which an IO exception occured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |