Uses of Class
org.glassfish.grizzly.TransformationException
Packages that use TransformationException
Package
Description
-
Uses of TransformationException in org.glassfish.grizzly
Methods in org.glassfish.grizzly that throw TransformationExceptionModifier and TypeMethodDescriptionfinal TransformationResult<K,L> AbstractTransformer.transform(AttributeStorage storage, K input) Transformer.transform(AttributeStorage storage, K input) Transforms an input data to some custom representation.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 TransformationExceptionModifier and TypeMethodDescriptionprotected TransformationResult<Buffer,Buffer> LZMADecoder.transformImpl(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> LZMAEncoder.transformImpl(AttributeStorage storage, Buffer input) -
Uses of TransformationException in org.glassfish.grizzly.compression.zip
Methods in org.glassfish.grizzly.compression.zip that throw TransformationExceptionModifier and TypeMethodDescriptionprotected TransformationResult<Buffer,Buffer> GZipDecoder.transformImpl(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> GZipEncoder.transformImpl(AttributeStorage storage, Buffer input) -
Uses of TransformationException in org.glassfish.grizzly.ssl
Methods in org.glassfish.grizzly.ssl that throw TransformationExceptionModifier and TypeMethodDescriptionprotected TransformationResult<Buffer,Buffer> SSLDecoderTransformer.transformImpl(AttributeStorage state, Buffer originalMessage) protected TransformationResult<Buffer,Buffer> SSLEncoderTransformer.transformImpl(AttributeStorage state, Buffer originalMessage) -
Uses of TransformationException in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that throw TransformationExceptionModifier and TypeMethodDescriptionprotected TransformationResult<Buffer,Buffer> ChunkingFilter.ChunkingTransformer.transformImpl(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,String> StringDecoder.transformImpl(AttributeStorage storage, Buffer input) protected TransformationResult<String,Buffer> StringEncoder.transformImpl(AttributeStorage storage, String input)