Uses of Class
org.glassfish.grizzly.TransformationException
-
Packages that use TransformationException Package Description 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 Modifier and Type Method Description TransformationResult<K,L>AbstractTransformer. transform(AttributeStorage storage, K input)TransformationResult<K,L>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 TransformationException Modifier and Type Method Description protected 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 TransformationException Modifier and Type Method Description protected 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 TransformationException Modifier and Type Method Description protected 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 TransformationException Modifier and Type Method Description protected 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)
-