Interface | Description |
---|---|
NamedValue<V> |
String couple between a name and a value.
|
SelectionListener |
Callback interface when a NIO selection occurs on the selectable object.
|
Class | Description |
---|---|
ByteReadingListener |
Selection listener notifying new content as an
InputStream . |
CharacterReadingListener |
Selection listener notifying new content as a
Reader . |
ClientList |
Modifiable list of client connectors.
|
ReadingListener |
Selection listener notifying new content is read into a
ByteBuffer . |
Resolver<T> |
Resolves a name into a value.
|
RouteList |
Modifiable list of routes with some helper methods.
|
SelectionRegistration |
Represents a unique registration between a NIO selector and a selectable
channel.
|
Series<T extends NamedValue<java.lang.String>> |
Modifiable list of entries with many helper methods.
|
ServerList |
Modifiable list of server connectors.
|
ServiceList |
Modifiable list of services.
|
StringReadingListener |
Selection listener notifying new content as a string.
|
WrapperList<E> |
List wrapper.
|
WrapperMap<K,V> |
Map wrapper.
|
WrapperRepresentation |
Representation wrapper.
|
WrapperRequest |
Request wrapper.
|
WrapperResponse |
Request wrapper.
|
WrapperRestlet |
Restlet wrapper.
|
Copyright © 2005-2024 Restlet.