| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.attributes | |
| org.glassfish.grizzly.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Attribute<AbstractTransformer.LastResultAwareState<K,L>> |
AbstractTransformer.stateAttr |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
AbstractTransformer.getValue(AttributeStorage storage,
Attribute<T> attribute,
T defaultValue) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
DefaultAttributeBuilder.attributes |
protected Map<String,Attribute> |
DefaultAttributeBuilder.name2Attribute |
| Modifier and Type | Method and Description |
|---|---|
<T> Attribute<T> |
DefaultAttributeBuilder.createAttribute(String name)
Create Attribute with name
|
<T> Attribute<T> |
AttributeBuilder.createAttribute(String name)
Create Attribute with name
|
<T> Attribute<T> |
DefaultAttributeBuilder.createAttribute(String name,
NullaryFunction<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,
NullaryFunction<T> initializer) |
<T> Attribute<T> |
AttributeBuilder.createAttribute(String name,
NullaryFunction<T> initializer)
Create Attribute with name and initializer, which will be called, if
Attribute's value is null on a AttributedObject
|
<T> Attribute<T> |
AttributeBuilder.createAttribute(String name,
NullaryFunction<T> initializer)
|
<T> Attribute<T> |
DefaultAttributeBuilder.createAttribute(String name,
T defaultValue)
Create Attribute with name and default value
|
<T> Attribute<T> |
AttributeBuilder.createAttribute(String name,
T defaultValue)
Create Attribute with name and default value
|
protected Attribute |
DefaultAttributeBuilder.getAttributeByIndex(int index) |
protected Attribute |
DefaultAttributeBuilder.getAttributeByName(String name) |
| Modifier and Type | Field and Description |
|---|---|
protected Attribute<Integer> |
StringDecoder.lengthAttribute |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.