Uses of Class
org.glassfish.grizzly.TransformationException

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

Uses of TransformationException in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that throw TransformationException
 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)
           
 

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

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

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

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

Uses of TransformationException in org.glassfish.grizzly.ssl
 

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

Uses of TransformationException in org.glassfish.grizzly.utils
 

Methods in org.glassfish.grizzly.utils that throw TransformationException
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.