Uses of Class
org.glassfish.grizzly.attributes.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as AttributeModifier and TypeFieldDescriptionprotected final Attribute<AbstractTransformer.LastResultAwareState<K,L>> AbstractTransformer.stateAttrMethods in org.glassfish.grizzly with parameters of type AttributeModifier and TypeMethodDescriptionstatic <T> TAbstractTransformer.getValue(AttributeStorage storage, Attribute<T> attribute, T defaultValue) -
Uses of Attribute in org.glassfish.grizzly.attributes
Fields in org.glassfish.grizzly.attributes with type parameters of type AttributeModifier and TypeFieldDescriptionDefaultAttributeBuilder.attributesDefaultAttributeBuilder.name2AttributeMethods in org.glassfish.grizzly.attributes that return AttributeModifier and TypeMethodDescription<T> Attribute<T>AttributeBuilder.createAttribute(String name) Create Attribute with name<T> Attribute<T>AttributeBuilder.createAttribute(String name, Supplier<T> initializer) Deprecated.<T> Attribute<T>AttributeBuilder.createAttribute(String name, T defaultValue) Create Attribute with name and default value<T> Attribute<T>DefaultAttributeBuilder.createAttribute(String name) Create Attribute with name<T> Attribute<T>DefaultAttributeBuilder.createAttribute(String name, Supplier<T> initializer) Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject<T> Attribute<T>DefaultAttributeBuilder.createAttribute(String name, T defaultValue) Create Attribute with name and default valueprotected AttributeDefaultAttributeBuilder.getAttributeByIndex(int index) protected AttributeDefaultAttributeBuilder.getAttributeByName(String name) -
Uses of Attribute in org.glassfish.grizzly.utils
Fields in org.glassfish.grizzly.utils declared as Attribute