Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.compression.lzma | |
org.glassfish.grizzly.compression.zip | |
org.glassfish.grizzly.ssl | |
org.glassfish.grizzly.utils |
Modifier and Type | Field and Description |
---|---|
protected TransformationResult<K,L> |
AbstractTransformer.LastResultAwareState.lastResult |
Modifier and Type | Method and Description |
---|---|
static <I,O> TransformationResult<I,O> |
TransformationResult.createCompletedResult(O message,
I externalRemainder) |
static <I,O> TransformationResult<I,O> |
TransformationResult.createErrorResult(int errorCode,
String errorDescription) |
static <I,O> TransformationResult<I,O> |
TransformationResult.createIncompletedResult(I externalRemainder) |
TransformationResult<K,L> |
AbstractTransformer.LastResultAwareState.getLastResult() |
TransformationResult<K,L> |
AbstractTransformer.getLastResult(AttributeStorage storage) |
TransformationResult<K,L> |
Transformer.getLastResult(AttributeStorage storage)
Gets the last returned Transformer result.
|
protected TransformationResult<K,L> |
AbstractTransformer.saveLastResult(AttributeStorage storage,
TransformationResult<K,L> result) |
TransformationResult<K,L> |
AbstractTransformer.transform(AttributeStorage storage,
K input) |
TransformationResult<K,L> |
Transformer.transform(AttributeStorage storage,
K input)
Transforms an input data to some custom representation.
|
protected abstract TransformationResult<K,L> |
AbstractTransformer.transformImpl(AttributeStorage storage,
K input) |
Modifier and Type | Method and Description |
---|---|
protected TransformationResult<K,L> |
AbstractTransformer.saveLastResult(AttributeStorage storage,
TransformationResult<K,L> result) |
void |
AbstractTransformer.LastResultAwareState.setLastResult(TransformationResult<K,L> lastResult) |
Modifier and Type | Method and Description |
---|---|
protected TransformationResult<Buffer,Buffer> |
LZMAEncoder.transformImpl(AttributeStorage storage,
Buffer input) |
protected TransformationResult<Buffer,Buffer> |
LZMADecoder.transformImpl(AttributeStorage storage,
Buffer input) |
Modifier and Type | Method and Description |
---|---|
protected TransformationResult<Buffer,Buffer> |
GZipEncoder.transformImpl(AttributeStorage storage,
Buffer input) |
protected TransformationResult<Buffer,Buffer> |
GZipDecoder.transformImpl(AttributeStorage storage,
Buffer input) |
Modifier and Type | Method and Description |
---|---|
protected TransformationResult<Buffer,Buffer> |
SSLEncoderTransformer.transformImpl(AttributeStorage state,
Buffer originalMessage) |
protected TransformationResult<Buffer,Buffer> |
SSLDecoderTransformer.transformImpl(AttributeStorage state,
Buffer originalMessage) |
Modifier and Type | Method and Description |
---|---|
protected TransformationResult<Buffer,String> |
StringDecoder.parseWithLengthPrefix(AttributeStorage storage,
Buffer input) |
protected TransformationResult<Buffer,String> |
StringDecoder.parseWithTerminatingSeq(AttributeStorage storage,
Buffer input) |
protected TransformationResult<Buffer,String> |
StringDecoder.transformImpl(AttributeStorage storage,
Buffer input) |
protected TransformationResult<Buffer,Buffer> |
ChunkingFilter.ChunkingTransformer.transformImpl(AttributeStorage storage,
Buffer input) |
protected TransformationResult<String,Buffer> |
StringEncoder.transformImpl(AttributeStorage storage,
String input) |
Copyright © 2015 Oracle Corporation. All rights reserved.