Uses of Interface
org.glassfish.grizzly.utils.NullaryFunction
-
Packages that use NullaryFunction Package Description org.glassfish.grizzly org.glassfish.grizzly.attributes org.glassfish.grizzly.nio org.glassfish.grizzly.utils -
-
Uses of NullaryFunction in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type NullaryFunction Modifier and Type Method Description <E> EConnection. obtainProcessorState(Processor processor, NullaryFunction<E> factory)Returns theProcessorstate associated with this Connection. -
Uses of NullaryFunction in org.glassfish.grizzly.attributes
Subinterfaces of NullaryFunction in org.glassfish.grizzly.attributes Modifier and Type Interface Description interfaceNullaryFunction<T>Deprecated.pls.Methods in org.glassfish.grizzly.attributes with parameters of type NullaryFunction Modifier and Type Method Description <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>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 AttributedObjectObjectAttributeHolder. getAttribute(String name, NullaryFunction initializer)Return an object based on a name.ObjectIndexedAttributeAccessor. getAttribute(int index, NullaryFunction initializer)Internal method for dynamic attribute support.ObjectIndexedAttributeHolder. getAttribute(String name, NullaryFunction initializer)Return an object based on a name.ObjectIndexedAttributeHolder.IndexedAttributeAccessorImpl. getAttribute(int index, NullaryFunction initializer)Internal method for dynamic attribute support.Constructors in org.glassfish.grizzly.attributes with parameters of type NullaryFunction Constructor Description Attribute(AttributeBuilder builder, 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 Modifier and Type Method Description <E> ENIOConnection. obtainProcessorState(Processor processor, NullaryFunction<E> factory) -
Uses of NullaryFunction in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils with parameters of type NullaryFunction Modifier and Type Method Description static <T> Holder.LazyHolder<T>Holder. lazyHolder(NullaryFunction<T> factory)static Holder.LazyIntHolderHolder. lazyIntHolder(NullaryFunction<Integer> factory)
-