Uses of Class
org.glassfish.grizzly.TransformationResult
-
Packages that use TransformationResult 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 TransformationResult in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as TransformationResult Modifier and Type Field Description protected TransformationResult<K,L>AbstractTransformer.LastResultAwareState. lastResultMethods in org.glassfish.grizzly that return TransformationResult Modifier and Type Method Description static <I,O>
TransformationResult<I,O>TransformationResult. createCompletedResult(O message, I externalRemainder)static <I,O>
TransformationResult<I,O>TransformationResult. createErrorResult(int errorCode, String errorDescription)static <I,O>
TransformationResult<I,O>TransformationResult. createIncompletedResult(I externalRemainder)TransformationResult<K,L>AbstractTransformer. getLastResult(AttributeStorage storage)TransformationResult<K,L>AbstractTransformer.LastResultAwareState. getLastResult()TransformationResult<K,L>Transformer. getLastResult(AttributeStorage storage)Gets the last returned Transformer result.protected TransformationResult<K,L>AbstractTransformer. saveLastResult(AttributeStorage storage, TransformationResult<K,L> result)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)Methods in org.glassfish.grizzly with parameters of type TransformationResult Modifier and Type Method Description protected TransformationResult<K,L>AbstractTransformer. saveLastResult(AttributeStorage storage, TransformationResult<K,L> result)voidAbstractTransformer.LastResultAwareState. setLastResult(TransformationResult<K,L> lastResult) -
Uses of TransformationResult in org.glassfish.grizzly.compression.lzma
Methods in org.glassfish.grizzly.compression.lzma that return TransformationResult 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 TransformationResult in org.glassfish.grizzly.compression.zip
Methods in org.glassfish.grizzly.compression.zip that return TransformationResult 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 TransformationResult in org.glassfish.grizzly.ssl
Methods in org.glassfish.grizzly.ssl that return TransformationResult 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 TransformationResult in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return TransformationResult Modifier and Type Method Description protected TransformationResult<Buffer,String>StringDecoder. parseWithLengthPrefix(AttributeStorage storage, Buffer input)protected TransformationResult<Buffer,String>StringDecoder. parseWithTerminatingSeq(AttributeStorage storage, Buffer input)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)
-