Uses of Interface
org.glassfish.grizzly.attributes.AttributeHolder
-
Packages that use AttributeHolder Package Description org.glassfish.grizzly org.glassfish.grizzly.attributes org.glassfish.grizzly.filterchain org.glassfish.grizzly.nio org.glassfish.grizzly.threadpool -
-
Uses of AttributeHolder in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return AttributeHolder Modifier and Type Method Description AttributeHolderContext. getAttributes()Get attributes (AttributeHolder), associated with the processingContext. -
Uses of AttributeHolder in org.glassfish.grizzly.attributes
Classes in org.glassfish.grizzly.attributes that implement AttributeHolder Modifier and Type Class Description classIndexedAttributeHolderAttributeHolder, which supports indexed access to storedAttributes.Methods in org.glassfish.grizzly.attributes that return AttributeHolder Modifier and Type Method Description AttributeHolderAttributeBuilder. createSafeAttributeHolder()Creates and returns new thread-safeAttributeHolderAttributeHolderDefaultAttributeBuilder. createSafeAttributeHolder()AttributeHolderAttributeBuilder. createUnsafeAttributeHolder()Creates and returns new non thread-safeAttributeHolderAttributeHolderDefaultAttributeBuilder. createUnsafeAttributeHolder()AttributeHolderAttributeStorage. getAttributes()Get associatedAttributeHolder.Methods in org.glassfish.grizzly.attributes with parameters of type AttributeHolder Modifier and Type Method Description voidAttributeHolder. 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)TAttribute. get(AttributeHolder attributeHolder)Get attribute value, stored on theAttributeHolder.booleanAttribute. isSet(AttributeHolder attributeHolder)Checks if this attribute is set on theAttributeHolder.TAttribute. peek(AttributeHolder attributeHolder)Get attribute value, stored on theAttributeHolder, the difference fromAttribute.get(org.glassfish.grizzly.attributes.AttributeHolder)is that default value orNullaryFunctionwon't be invoked.TAttribute. 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 AttributeHolder Modifier and Type Method Description AttributeHolderFilterChainContext. getAttributes()Get associatedAttributeHolder. -
Uses of AttributeHolder in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio declared as AttributeHolder Modifier and Type Field Description protected AttributeHolderNIOConnection. attributesMethods in org.glassfish.grizzly.nio that return AttributeHolder Modifier and Type Method Description AttributeHolderNIOConnection. getAttributes() -
Uses of AttributeHolder in org.glassfish.grizzly.threadpool
Methods in org.glassfish.grizzly.threadpool that return AttributeHolder Modifier and Type Method Description AttributeHolderDefaultWorkerThread. getAttributes()
-