Interface ContentListener
- All Known Implementing Classes:
SkipContentListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontentAvailable(ContentDecoder decoder, IOControl ioControl) Deprecated.Notification that content is available to be read from the decoder.voidfinished()Deprecated.Notification that any resources allocated for reading can be released.
-
Method Details
-
contentAvailable
Deprecated.Notification that content is available to be read from the decoder.- Parameters:
decoder- content decoder.ioControl- I/O control of the underlying connection.- Throws:
IOException
-
finished
void finished()Deprecated.Notification that any resources allocated for reading can be released.
-