Uses of Class
com.sun.grizzly.TransformationResult

Packages that use TransformationResult
com.sun.grizzly   
com.sun.grizzly.filterchain   
com.sun.grizzly.smart   
com.sun.grizzly.smart.transformers   
com.sun.grizzly.ssl   
com.sun.grizzly.utils   
 

Uses of TransformationResult in com.sun.grizzly
 

Fields in com.sun.grizzly declared as TransformationResult
protected static TransformationResult AbstractTransformer.incompletedResult
           
 

Fields in com.sun.grizzly with type parameters of type TransformationResult
protected  Attribute<TransformationResult<L>> AbstractTransformer.lastResultAttribute
           
 

Methods in com.sun.grizzly that return TransformationResult
 TransformationResult<L> AbstractTransformer.getLastResult(AttributeStorage storage)
           
 TransformationResult<L> Transformer.getLastResult(AttributeStorage storage)
          Gets the last returned Transformer result.
 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 TransformationResult in com.sun.grizzly.filterchain
 

Methods in com.sun.grizzly.filterchain that return TransformationResult
 TransformationResult DefaultDecoderTransformer.getLastResult(AttributeStorage state)
           
 TransformationResult DefaultEncoderTransformer.getLastResult(AttributeStorage state)
           
 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 TransformationResult in com.sun.grizzly.smart
 

Methods in com.sun.grizzly.smart that return TransformationResult
 TransformationResult<E> SmartDecoderTransformer.transform(AttributeStorage storage, Buffer input, E output)
           
 TransformationResult<Buffer> SmartEncoderTransformer.transform(AttributeStorage storage, E input, Buffer output)
           
 

Uses of TransformationResult in com.sun.grizzly.smart.transformers
 

Methods in com.sun.grizzly.smart.transformers that return TransformationResult
 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)
           
 

Methods in com.sun.grizzly.smart.transformers with parameters of type TransformationResult
protected  void SequenceDecoder.saveState(AttributeStorage storage, E sequence, TransformationResult<E> lastResult)
          Save the transformer state.
protected  void ArrayEncoder.saveState(AttributeStorage storage, int currentElementIdx, TransformationResult<Buffer> lastResult)
           
protected  void SequenceEncoder.saveState(AttributeStorage storage, TransformationResult<Buffer> lastResult)
          Save the transformer state.
 

Uses of TransformationResult in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl that return TransformationResult
 TransformationResult<Buffer> SSLDecoderTransformer.getLastResult(AttributeStorage state)
           
 TransformationResult<Buffer> SSLEncoderTransformer.getLastResult(AttributeStorage state)
           
 TransformationResult<Buffer> SSLHandshakeDecoder.getLastResult(AttributeStorage state)
           
 TransformationResult<Buffer> SSLHandshakeEncoder.getLastResult(AttributeStorage state)
           
 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 TransformationResult in com.sun.grizzly.utils
 

Methods in com.sun.grizzly.utils that return TransformationResult
 TransformationResult LogFilter.decode(Connection connection, Object originalMessage)
           
 TransformationResult LogFilter.encode(Connection connection, Object originalMessage)
           
protected  TransformationResult<String> StringDecoder.parseWithLengthPrefix(AttributeStorage storage, Buffer input)
           
protected  TransformationResult<String> StringDecoder.parseWithTerminatingSeq(AttributeStorage storage, Buffer input)
           
 TransformationResult<String> StringDecoder.transform(AttributeStorage storage, Buffer input, String output)
           
 TransformationResult<Buffer> StringEncoder.transform(AttributeStorage storage, String input, Buffer output)
           
 

Methods in com.sun.grizzly.utils with parameters of type TransformationResult
protected  void StringEncoder.saveState(AttributeStorage storage, TransformationResult<Buffer> result)
           
protected  void StringDecoder.saveState(AttributeStorage storage, TransformationResult<String> result, Integer state)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.