Uses of Class
org.glassfish.grizzly.TransformationException

Packages that use TransformationException
org.glassfish.grizzly   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.smart   
org.glassfish.grizzly.smart.transformers   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.util   
 

Uses of TransformationException in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that throw TransformationException
 TransformationResult<L> AbstractTransformer.transform(AttributeStorage storage)
           
 TransformationResult<L> Transformer.transform(AttributeStorage storage)
          Transforms an input data to some custom representation.
 TransformationResult<L> Transformer.transform(AttributeStorage storage, K input, L output)
          Transforms an input data to some custom representation.
 

Uses of TransformationException in org.glassfish.grizzly.filterchain
 

Methods in org.glassfish.grizzly.filterchain that throw TransformationException
 TransformationResult DefaultDecoderTransformer.transform(AttributeStorage state)
           
 TransformationResult DefaultEncoderTransformer.transform(AttributeStorage state)
           
 TransformationResult DefaultDecoderTransformer.transform(AttributeStorage state, Object originalMessage, Object targetMessage)
           
 TransformationResult DefaultEncoderTransformer.transform(AttributeStorage state, Object originalMessage, Object outputMessage)
           
 

Uses of TransformationException in org.glassfish.grizzly.smart
 

Methods in org.glassfish.grizzly.smart that throw TransformationException
 TransformationResult<E> SmartDecoderTransformer.transform(AttributeStorage storage, Buffer input, E output)
           
 TransformationResult<Buffer> SmartEncoderTransformer.transform(AttributeStorage storage, E input, Buffer output)
           
 

Uses of TransformationException in org.glassfish.grizzly.smart.transformers
 

Methods in org.glassfish.grizzly.smart.transformers that throw TransformationException
 TransformationResult<E> PrimitiveDecoder.transform(AttributeStorage storage, Buffer input, E output)
           
 TransformationResult<E> SequenceDecoder.transform(AttributeStorage storage, Buffer input, E output)
           
 TransformationResult<Object> ArrayDecoder.transform(AttributeStorage storage, Buffer input, Object output)
           
 TransformationResult<Buffer> SequenceEncoder.transform(AttributeStorage storage, E input, Buffer output)
           
 TransformationResult<Buffer> PrimitiveEncoder.transform(AttributeStorage storage, E input, Buffer output)
           
 TransformationResult<Buffer> ArrayEncoder.transform(AttributeStorage storage, Object input, Buffer output)
           
 

Uses of TransformationException in org.glassfish.grizzly.ssl
 

Methods in org.glassfish.grizzly.ssl that throw TransformationException
 TransformationResult<Buffer> SSLDecoderTransformer.transform(AttributeStorage state)
           
 TransformationResult<Buffer> SSLEncoderTransformer.transform(AttributeStorage state)
           
 TransformationResult SSLHandshakeDecoder.transform(AttributeStorage state)
           
 TransformationResult SSLHandshakeEncoder.transform(AttributeStorage state)
           
 TransformationResult<Buffer> SSLDecoderTransformer.transform(AttributeStorage state, Buffer originalMessage, Buffer targetMessage)
           
 TransformationResult<Buffer> SSLEncoderTransformer.transform(AttributeStorage state, Buffer originalMessage, Buffer targetMessage)
           
 TransformationResult SSLHandshakeDecoder.transform(AttributeStorage state, Buffer input, Buffer output)
           
 TransformationResult SSLHandshakeEncoder.transform(AttributeStorage state, Buffer input, Buffer output)
           
 

Uses of TransformationException in org.glassfish.grizzly.util
 

Methods in org.glassfish.grizzly.util that throw TransformationException
 TransformationResult LogFilter.decode(Connection connection, Object originalMessage)
           
 TransformationResult LogFilter.encode(Connection connection, Object originalMessage)
           
 TransformationResult<String> StringDecoder.transform(AttributeStorage storage, Buffer input, String output)
           
 TransformationResult<Buffer> StringEncoder.transform(AttributeStorage storage, String input, Buffer output)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.