public interface StreamOfStreamsHandler
Modifier and Type | Method and Description |
---|---|
void |
acceptStream(java.io.InputStream ins)
Accepts the latest input stream in the stream of streams.
|
void |
streamOfStreamsStarted()
Starts processing the stream of input streams.
|
void |
streamOfStreamsStopped()
Terminates processing the stream of input streams.
|
void streamOfStreamsStarted()
void acceptStream(java.io.InputStream ins)
void streamOfStreamsStopped()