Package org.restlet.util
Various utility classes.
- Since:
- Restlet 1.0
- See Also:
- User Guide - Util package
-
Interface Summary 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 Summary Class Description ByteReadingListener Selection listener notifying new content as anInputStream
.CharacterReadingListener Selection listener notifying new content as aReader
.ClientList Modifiable list of client connectors.ReadingListener Selection listener notifying new content is read into aByteBuffer
.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.