|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullaryFunction | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.attributes | |
| org.glassfish.grizzly.nio | |
| Uses of NullaryFunction in org.glassfish.grizzly |
|---|
| Methods in org.glassfish.grizzly with parameters of type NullaryFunction | ||
|---|---|---|
|
Connection.obtainProcessorState(Processor processor,
NullaryFunction<E> factory)
Returns the Processor state associated with this Connection. |
|
| Uses of NullaryFunction in org.glassfish.grizzly.attributes |
|---|
| Methods in org.glassfish.grizzly.attributes with parameters of type NullaryFunction | ||
|---|---|---|
|
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 |
|
| Constructors in org.glassfish.grizzly.attributes with parameters of type NullaryFunction | |
|---|---|
Attribute(AttributeBuilder builder,
java.lang.String name,
int index,
NullaryFunction<T> initializer)
|
|
| Uses of NullaryFunction in org.glassfish.grizzly.nio |
|---|
| Methods in org.glassfish.grizzly.nio with parameters of type NullaryFunction | ||
|---|---|---|
|
NIOConnection.obtainProcessorState(Processor processor,
NullaryFunction<E> factory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||