Uses of Interface
org.glassfish.grizzly.attributes.AttributeStorage
Packages that use AttributeStorage
Package
Description
-
Uses of AttributeStorage in org.glassfish.grizzly
Subinterfaces of AttributeStorage in org.glassfish.grizzlyModifier and TypeInterfaceDescriptioninterfaceConnection<L>Common interface, which represents any kind of connection.Classes in org.glassfish.grizzly that implement AttributeStorageModifier and TypeClassDescriptionclassObject, which is responsible for holding context during I/O event processing.Methods in org.glassfish.grizzly with parameters of type AttributeStorageModifier and TypeMethodDescriptionfinal TransformationResult<K,L> AbstractTransformer.getLastResult(AttributeStorage storage) Transformer.getLastResult(AttributeStorage storage) Gets the last returned Transformer result.static <T> TAbstractTransformer.getValue(AttributeStorage storage, Attribute<T> attribute, T defaultValue) booleanTransformer.hasInputRemaining(AttributeStorage storage, K input) protected MemoryManagerAbstractTransformer.obtainMemoryManager(AttributeStorage storage) protected final AbstractTransformer.LastResultAwareState<K,L> AbstractTransformer.obtainStateObject(AttributeStorage storage) voidAbstractTransformer.release(AttributeStorage storage) voidTransformer.release(AttributeStorage storage) The Transformer has done its work and can release all associated resource.protected final TransformationResult<K,L> AbstractTransformer.saveLastResult(AttributeStorage storage, TransformationResult<K, L> result) final 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 AttributeStorage in org.glassfish.grizzly.attributes
Methods in org.glassfish.grizzly.attributes with parameters of type AttributeStorageModifier and TypeMethodDescriptionAttribute.get(AttributeStorage storage) Get attribute value, stored on theAttributeStorage.booleanAttribute.isSet(AttributeStorage storage) Checks if this attribute is set on theAttributeStorage.Attribute.peek(AttributeStorage storage) Get attribute value, stored on theAttributeStorage, the difference fromAttribute.get(AttributeStorage)is that default value orSupplierwon't be invoked.Attribute.remove(AttributeStorage storage) Remove attribute value, stored on theAttributeStorage.voidAttribute.set(AttributeStorage storage, T value) Set attribute value, stored on theAttributeStorage. -
Uses of AttributeStorage in org.glassfish.grizzly.compression.lzma
Methods in org.glassfish.grizzly.compression.lzma with parameters of type AttributeStorageModifier and TypeMethodDescriptionvoidLZMADecoder.finish(AttributeStorage storage) voidLZMAEncoder.finish(AttributeStorage storage) booleanLZMADecoder.hasInputRemaining(AttributeStorage storage, Buffer input) booleanLZMAEncoder.hasInputRemaining(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> LZMADecoder.transformImpl(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> LZMAEncoder.transformImpl(AttributeStorage storage, Buffer input) -
Uses of AttributeStorage in org.glassfish.grizzly.compression.zip
Methods in org.glassfish.grizzly.compression.zip with parameters of type AttributeStorageModifier and TypeMethodDescriptionGZipEncoder.finish(AttributeStorage storage) Finishes to compress data to the output stream without closing the underlying stream.booleanGZipDecoder.hasInputRemaining(AttributeStorage storage, Buffer input) booleanGZipEncoder.hasInputRemaining(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> GZipDecoder.transformImpl(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> GZipEncoder.transformImpl(AttributeStorage storage, Buffer input) -
Uses of AttributeStorage in org.glassfish.grizzly.filterchain
Classes in org.glassfish.grizzly.filterchain that implement AttributeStorage -
Uses of AttributeStorage in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement AttributeStorageModifier and TypeClassDescriptionclassCommonConnectionimplementation for Java NIO Connections. -
Uses of AttributeStorage in org.glassfish.grizzly.nio.transport
Classes in org.glassfish.grizzly.nio.transport that implement AttributeStorageModifier and TypeClassDescriptionclassConnectionimplementation for theTCPNIOTransportfinal classclassConnectionimplementation for theUDPNIOTransportclassServerConnectionimplementation for theUDPNIOTransport -
Uses of AttributeStorage in org.glassfish.grizzly.ssl
Methods in org.glassfish.grizzly.ssl with parameters of type AttributeStorageModifier and TypeMethodDescriptionbooleanSSLDecoderTransformer.hasInputRemaining(AttributeStorage storage, Buffer input) booleanSSLEncoderTransformer.hasInputRemaining(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,Buffer> SSLDecoderTransformer.transformImpl(AttributeStorage state, Buffer originalMessage) protected TransformationResult<Buffer,Buffer> SSLEncoderTransformer.transformImpl(AttributeStorage state, Buffer originalMessage) -
Uses of AttributeStorage in org.glassfish.grizzly.streams
Fields in org.glassfish.grizzly.streams declared as AttributeStorageModifier and TypeFieldDescriptionprotected final AttributeStorageTransformerInput.attributeStorageprotected final AttributeStorageTransformerOutput.attributeStorageConstructors in org.glassfish.grizzly.streams with parameters of type AttributeStorageModifierConstructorDescriptionTransformerInput(Transformer<Buffer, Buffer> transformer, Input underlyingInput, MemoryManager memoryManager, AttributeStorage attributeStorage) TransformerOutput(Transformer<Buffer, Buffer> transformer, Output underlyingOutput, MemoryManager memoryManager, AttributeStorage attributeStorage) -
Uses of AttributeStorage in org.glassfish.grizzly.threadpool
Subinterfaces of AttributeStorage in org.glassfish.grizzly.threadpoolModifier and TypeInterfaceDescriptioninterfaceInterface, which Grizzly thread pool threads should implement.Classes in org.glassfish.grizzly.threadpool that implement AttributeStorageModifier and TypeClassDescriptionclassDefault Grizzly worker thread implementation -
Uses of AttributeStorage in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils with parameters of type AttributeStorageModifier and TypeMethodDescriptionbooleanChunkingFilter.ChunkingTransformer.hasInputRemaining(AttributeStorage storage, Buffer input) booleanStringDecoder.hasInputRemaining(AttributeStorage storage, Buffer input) booleanStringEncoder.hasInputRemaining(AttributeStorage storage, String input) protected TransformationResult<Buffer,String> StringDecoder.parseWithLengthPrefix(AttributeStorage storage, Buffer input) protected TransformationResult<Buffer,String> StringDecoder.parseWithTerminatingSeq(AttributeStorage storage, Buffer input) voidStringDecoder.release(AttributeStorage storage) 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)