org.granite.gravity.tomcat
Interface CometIO

All Known Implementing Classes:
ByteArrayCometIO

public interface CometIO

Author:
Franck WOLFF

Method Summary
 InputStream getInputStream()
           
 boolean readAvailable(InputStream is)
           
 int readFully(InputStream is)
           
 

Method Detail

readFully

int readFully(InputStream is)
              throws IOException
Throws:
IOException

readAvailable

boolean readAvailable(InputStream is)
                      throws IOException
Throws:
IOException

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException