|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.attributes | |
| org.glassfish.grizzly.ssl | |
| org.glassfish.grizzly.utils | |
| Uses of Attribute in org.glassfish.grizzly |
|---|
| Fields in org.glassfish.grizzly declared as Attribute | |
|---|---|
protected Attribute<AbstractTransformer.LastResultAwareState<K,L>> |
AbstractTransformer.stateAttr
|
| Methods in org.glassfish.grizzly with parameters of type Attribute | ||
|---|---|---|
static
|
AbstractTransformer.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 Attribute | |
|---|---|
protected java.util.List<Attribute> |
DefaultAttributeBuilder.attributes
|
protected java.util.Map<java.lang.String,Attribute> |
DefaultAttributeBuilder.name2Attribute
|
| Methods in org.glassfish.grizzly.attributes that return Attribute | ||
|---|---|---|
|
DefaultAttributeBuilder.createAttribute(java.lang.String name)
Create Attribute with name |
|
|
AttributeBuilder.createAttribute(java.lang.String name)
Create Attribute with name |
|
|
DefaultAttributeBuilder.createAttribute(java.lang.String name,
NullaryFunction<T> initializer)
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject |
|
|
AttributeBuilder.createAttribute(java.lang.String name,
NullaryFunction<T> initializer)
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject |
|
|
DefaultAttributeBuilder.createAttribute(java.lang.String name,
T defaultValue)
Create Attribute with name and default value |
|
|
AttributeBuilder.createAttribute(java.lang.String name,
T defaultValue)
Create Attribute with name and default value |
|
protected Attribute |
DefaultAttributeBuilder.getAttributeByIndex(int index)
|
|
protected Attribute |
DefaultAttributeBuilder.getAttributeByName(java.lang.String name)
|
|
| Uses of Attribute in org.glassfish.grizzly.ssl |
|---|
| Fields in org.glassfish.grizzly.ssl declared as Attribute | |
|---|---|
static Attribute<javax.net.ssl.SSLEngine> |
SSLUtils.sslEngineAttribute
|
| Uses of Attribute in org.glassfish.grizzly.utils |
|---|
| Fields in org.glassfish.grizzly.utils declared as Attribute | |
|---|---|
protected Attribute<java.lang.Integer> |
StringDecoder.lengthAttribute
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||