Uses of Class
org.glassfish.grizzly.TransformationResult

Packages that use TransformationResult
org.glassfish.grizzly   
org.glassfish.grizzly.compression.lzma   
org.glassfish.grizzly.compression.zip   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.utils   
 

Uses of TransformationResult in org.glassfish.grizzly
 

Fields in org.glassfish.grizzly declared as TransformationResult
protected  TransformationResult<K,L> AbstractTransformer.LastResultAwareState.lastResult
           
 

Methods in org.glassfish.grizzly that return TransformationResult
static
<I,O> TransformationResult<I,O>
TransformationResult.createCompletedResult(O message, I externalRemainder)
           
static
<I,O> TransformationResult<I,O>
TransformationResult.createErrorResult(int errorCode, java.lang.String errorDescription)
           
static
<I,O> TransformationResult<I,O>
TransformationResult.createIncompletedResult(I externalRemainder)
           
 TransformationResult<K,L> AbstractTransformer.LastResultAwareState.getLastResult()
           
 TransformationResult<K,L> Transformer.getLastResult(AttributeStorage storage)
          Gets the last returned Transformer result.
 TransformationResult<K,L> AbstractTransformer.getLastResult(AttributeStorage storage)
           
protected  TransformationResult<K,L> AbstractTransformer.saveLastResult(AttributeStorage storage, TransformationResult<K,L> result)
           
 TransformationResult<K,L> Transformer.transform(AttributeStorage storage, K input)
          Transforms an input data to some custom representation.
 TransformationResult<K,L> AbstractTransformer.transform(AttributeStorage storage, K input)
           
protected abstract  TransformationResult<K,L> AbstractTransformer.transformImpl(AttributeStorage storage, K input)
           
 

Methods in org.glassfish.grizzly with parameters of type TransformationResult
protected  TransformationResult<K,L> AbstractTransformer.saveLastResult(AttributeStorage storage, TransformationResult<K,L> result)
           
 void AbstractTransformer.LastResultAwareState.setLastResult(TransformationResult<K,L> lastResult)
           
 

Uses of TransformationResult in org.glassfish.grizzly.compression.lzma
 

Methods in org.glassfish.grizzly.compression.lzma that return TransformationResult
protected  TransformationResult<Buffer,Buffer> LZMAEncoder.transformImpl(AttributeStorage storage, Buffer input)
           
protected  TransformationResult<Buffer,Buffer> LZMADecoder.transformImpl(AttributeStorage storage, Buffer input)
           
 

Uses of TransformationResult in org.glassfish.grizzly.compression.zip
 

Methods in org.glassfish.grizzly.compression.zip that return TransformationResult
protected  TransformationResult<Buffer,Buffer> GZipEncoder.transformImpl(AttributeStorage storage, Buffer input)
          
protected  TransformationResult<Buffer,Buffer> GZipDecoder.transformImpl(AttributeStorage storage, Buffer input)
           
 

Uses of TransformationResult in org.glassfish.grizzly.ssl
 

Methods in org.glassfish.grizzly.ssl that return TransformationResult
protected  TransformationResult<Buffer,Buffer> SSLEncoderTransformer.transformImpl(AttributeStorage state, Buffer originalMessage)
           
protected  TransformationResult<Buffer,Buffer> SSLDecoderTransformer.transformImpl(AttributeStorage state, Buffer originalMessage)
           
 

Uses of TransformationResult in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils that return TransformationResult
protected  TransformationResult<Buffer,java.lang.String> StringDecoder.parseWithLengthPrefix(AttributeStorage storage, Buffer input)
           
protected  TransformationResult<Buffer,java.lang.String> StringDecoder.parseWithTerminatingSeq(AttributeStorage storage, Buffer input)
           
protected  TransformationResult<Buffer,java.lang.String> StringDecoder.transformImpl(AttributeStorage storage, Buffer input)
           
protected  TransformationResult<Buffer,Buffer> ChunkingFilter.ChunkingTransformer.transformImpl(AttributeStorage storage, Buffer input)
           
protected  TransformationResult<java.lang.String,Buffer> StringEncoder.transformImpl(AttributeStorage storage, java.lang.String input)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.