Uses of Interface
org.glassfish.grizzly.smart.SmartTransformer

Packages that use SmartTransformer
org.glassfish.grizzly.smart   
org.glassfish.grizzly.smart.transformers   
 

Uses of SmartTransformer in org.glassfish.grizzly.smart
 

Classes in org.glassfish.grizzly.smart that implement SmartTransformer
 class SmartDecoderTransformer<E>
          Smart decoder, which is able to decode a Buffer to a custom protocol message.
 class SmartEncoderTransformer<E>
          Smart encoder, which is able to encoder a custom protocol message to a Buffer.
 

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

Methods in org.glassfish.grizzly.smart.transformers with parameters of type SmartTransformer
 void AbstractSmartMemberEncoder.initialize(SmartTransformer parentTransformer, Field field)
           
 void SequenceEncoder.initialize(SmartTransformer parentTransformer, Field field)
           
 void SequenceDecoder.initialize(SmartTransformer parentTransformer, Field field)
           
 void SmartStringEncoder.initialize(SmartTransformer parentTransformer, Field field)
           
 void SmartStringDecoder.initialize(SmartTransformer parentTransformer, Field field)
           
 void SmartMemberTransformer.initialize(SmartTransformer parentTransformer, Field field)
           
 void AbstractSmartMemberDecoder.initialize(SmartTransformer parentTransformer, Field field)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.