| org.w3c.www.http.HttpStreamObserver
All known Subclasses: org.w3c.www.protocol.http.HttpBasicConnection,
HttpStreamObserver | public interface HttpStreamObserver (Code) | | |
notifyClose | public void notifyClose(InputStream in)(Code) | | The stream has been closed.
Parameters: in - The stream that has been closed. |
notifyEOF | public void notifyEOF(InputStream in)(Code) | | The end of the stream has been reached.
Parameters: in - The stream that has reached enf od file. |
notifyFailure | public void notifyFailure(InputStream in)(Code) | | The stream doesn't support monitoring.
This happens for HTTP connections that don't provide any infos
about their length.
Parameters: in - The stream on which an IO exception occured. |
|
|