Package | Description |
---|---|
org.glassfish.grizzly.compression.lzma | |
org.glassfish.grizzly.compression.zip | |
org.glassfish.grizzly.ssl | |
org.glassfish.grizzly.utils |
Modifier and Type | Class and Description |
---|---|
class |
LZMADecoder |
class |
LZMAEncoder |
Modifier and Type | Class and Description |
---|---|
class |
GZipDecoder
This class implements a
Transformer which decodes data
represented in the GZIP format. |
class |
GZipEncoder
This class implements a
Transformer which encodes plain data to
the GZIP format. |
Modifier and Type | Class and Description |
---|---|
class |
SSLDecoderTransformer
Transformer, which decodes SSL encrypted data, contained in the
input Buffer, to the output Buffer.
|
class |
SSLEncoderTransformer
Transformer, which encrypts plain data, contained in the
input Buffer, into SSL/TLS data and puts the result to the output Buffer.
|
Modifier and Type | Class and Description |
---|---|
static class |
ChunkingFilter.ChunkingDecoder |
static class |
ChunkingFilter.ChunkingEncoder |
static class |
ChunkingFilter.ChunkingTransformer |
class |
StringDecoder
|
class |
StringEncoder
|
Copyright © 2014 Oracle Corporation. All rights reserved.