Uses of Class
uk.org.ogsadai.sessions.SessionStreamIOException

Packages that use SessionStreamIOException
uk.org.ogsadai.sessions Contains the core classes and interfaces used to support sessions. 
 

Uses of SessionStreamIOException in uk.org.ogsadai.sessions
 

Methods in uk.org.ogsadai.sessions that throw SessionStreamIOException
 java.lang.Object SessionStreamManager.getBlock(SessionStreamID id)
          Gets the next block of data available from the specified session output stream.
 java.lang.Object SessionStreamManager.getFully(SessionStreamID id)
          Gets an aggregate of all the data from the specified session output stream.
 java.lang.Object SessionStreamManager.getNBlocks(SessionStreamID id, int numberOfBlocks)
          Gets an aggregate of a number of available blocks of data from a session output stream.
 java.lang.Object SimpleSessionStreamManager.getFully(SessionStreamID id)
           
 java.lang.Object SimpleSessionStreamManager.getNBlocks(SessionStreamID id, int numberOfBlocks)
           
 java.lang.Object SimpleSessionStreamManager.getBlock(SessionStreamID id)