Uses of Interface
org.glassfish.grizzly.attributes.AttributeHolder
Packages that use AttributeHolder
Package
Description
-
Uses of AttributeHolder in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return AttributeHolderModifier and TypeMethodDescriptionContext.getAttributes()Get attributes (AttributeHolder), associated with the processingContext. -
Uses of AttributeHolder in org.glassfish.grizzly.attributes
Classes in org.glassfish.grizzly.attributes that implement AttributeHolderModifier and TypeClassDescriptionfinal classAttributeHolder, which supports indexed access to storedAttributes.Methods in org.glassfish.grizzly.attributes that return AttributeHolderModifier and TypeMethodDescriptionAttributeBuilder.createSafeAttributeHolder()Creates and returns new thread-safeAttributeHolderDefaultAttributeBuilder.createSafeAttributeHolder()AttributeBuilder.createUnsafeAttributeHolder()Creates and returns new non thread-safeAttributeHolderDefaultAttributeBuilder.createUnsafeAttributeHolder()AttributeStorage.getAttributes()Get associatedAttributeHolder.Methods in org.glassfish.grizzly.attributes with parameters of type AttributeHolderModifier and TypeMethodDescriptionvoidAttributeHolder.copyFrom(AttributeHolder srcAttributes) Copies attributes from the srcAttributes to this AttributeHoldervoidIndexedAttributeHolder.copyFrom(AttributeHolder srcAttributes) voidAttributeHolder.copyTo(AttributeHolder dstAttributes) Copies attributes from this AttributeHolder to the dstAttributes.voidIndexedAttributeHolder.copyTo(AttributeHolder dstAttributes) Attribute.get(AttributeHolder attributeHolder) Get attribute value, stored on theAttributeHolder.booleanAttribute.isSet(AttributeHolder attributeHolder) Checks if this attribute is set on theAttributeHolder.Attribute.peek(AttributeHolder attributeHolder) Get attribute value, stored on theAttributeHolder, the difference fromAttribute.get(org.glassfish.grizzly.attributes.AttributeHolder)is that default value orSupplierwon't be invoked.Attribute.remove(AttributeHolder attributeHolder) Remove attribute value, stored on theAttributeHolder.voidAttribute.set(AttributeHolder attributeHolder, T value) Set attribute value, stored on theAttributeHolder. -
Uses of AttributeHolder in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return AttributeHolderModifier and TypeMethodDescriptionFilterChainContext.getAttributes()Get associatedAttributeHolder. -
Uses of AttributeHolder in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio declared as AttributeHolderMethods in org.glassfish.grizzly.nio that return AttributeHolder -
Uses of AttributeHolder in org.glassfish.grizzly.threadpool
Methods in org.glassfish.grizzly.threadpool that return AttributeHolder