Uses of Interface
org.forgerock.util.Indexed
-
Packages that use Indexed Package Description org.forgerock.http.decoder Decodes HTTP entities that are compressed or encoded.org.forgerock.util Provides common interfaces and classes. -
-
Uses of Indexed in org.forgerock.http.decoder
Subinterfaces of Indexed in org.forgerock.http.decoder Modifier and Type Interface Description interface
Decoder
Decodes an HTTP message entity input stream.interface
FlowableDecoder
Decodes an HTTP message entity flow. -
Uses of Indexed in org.forgerock.util
Methods in org.forgerock.util with type parameters of type Indexed Modifier and Type Method Description static <K,V extends Indexed<K>>
Map<K,V>Loader. loadMap(Class<V> serviceType)
Loads services of a particular type into a map.static <K,V extends Indexed<K>>
Map<K,V>Loader. loadMap(Class<V> serviceType, ClassLoader classLoader)
Loads services of a particular type into a map.
-