Package org.apache.http.nio.entity
Class SkipContentListener
java.lang.Object
org.apache.http.nio.entity.SkipContentListener
- All Implemented Interfaces:
ContentListener
Deprecated.
(4.2)
A simple
ContentListener
that reads and ignores all content.- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contentAvailable
(ContentDecoder decoder, IOControl ioControl) Deprecated.Notification that content is available to be read from the decoder.void
finished()
Deprecated.Notification that any resources allocated for reading can be released.
-
Constructor Details
-
SkipContentListener
Deprecated.
-
-
Method Details
-
contentAvailable
Deprecated.Description copied from interface:ContentListener
Notification that content is available to be read from the decoder.- Specified by:
contentAvailable
in interfaceContentListener
- Parameters:
decoder
- content decoder.ioControl
- I/O control of the underlying connection.- Throws:
IOException
-
finished
public void finished()Deprecated.Description copied from interface:ContentListener
Notification that any resources allocated for reading can be released.- Specified by:
finished
in interfaceContentListener
-