Package | Description |
---|---|
org.restlet.representation | |
org.restlet.util |
Modifier and Type | Method and Description |
---|---|
void |
Representation.setListener(ReadingListener readingListener)
Sets a listener for NIO read events.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteReadingListener
Selection listener notifying new content as an
InputStream . |
class |
CharacterReadingListener
Selection listener notifying new content as a
Reader . |
class |
StringReadingListener
Selection listener notifying new content as a string.
|
Copyright © 2005–2014. All rights reserved.