Package | Description |
---|---|
org.forgerock.openig.decoder |
Decodes HTTP entities that are compressed or encoded.
|
Modifier and Type | Class and Description |
---|---|
class |
DeflateDecoder
Decodes an entity encoded with
deflate encoding. |
class |
GzipDecoder
Decodes an entity encoded with
gzip encoding. |
Modifier and Type | Field and Description |
---|---|
static Map<String,Decoder> |
Decoder.SERVICES
Mapping of supported codings to associated decoders.
|
Copyright © 2014 ForgeRock AS. All rights reserved.