Package org.restlet.util

Various utility classes.

See:
          Description

Interface Summary
NamedValue<V> String couple between a name and a value.
SelectionListener Callback interface when a NIO selection occurs on the selectable object.
 

Class Summary
ByteReadingListener Selection listener notifying new content as an InputStream.
CharacterReadingListener Selection listener notifying new content as a Reader.
ClientList Modifiable list of client connectors.
Couple<T,U> Deprecated. To be removed with no replacement.
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<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.
Triple<T,U,V> Deprecated. To be removed with no replacement.
WrapperList<E> List wrapper.
WrapperMap<K,V> Map wrapper.
WrapperRepresentation Representation wrapper.
WrapperRequest Request wrapper.
WrapperResponse Request wrapper.
WrapperRestlet Restlet wrapper.
 

Package org.restlet.util Description

Various utility classes.

Since:
Restlet 1.0
See Also:
User Guide - Util package


Copyright © 2005-2013 Restlet.