Uses of Interface
org.glassfish.grizzly.attributes.NullaryFunction

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
<E> E
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
<T> Attribute<T>
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
<T> Attribute<T>
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
<E> E
NIOConnection.obtainProcessorState(Processor processor, NullaryFunction<E> factory)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.