Uses of Interface
org.glassfish.grizzly.attributes.AttributeBuilder
-
Packages that use AttributeBuilder Package Description org.glassfish.grizzly org.glassfish.grizzly.attributes org.glassfish.grizzly.threadpool -
-
Uses of AttributeBuilder in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as AttributeBuilder Modifier and Type Field Description protected AttributeBuilderAbstractTransformer. attributeBuilderprotected AttributeBuilderAbstractTransport. attributeBuilderTransport AttributeBuilder, which will be used to create Attributesprotected AttributeBuilderNIOTransportBuilder. attributeBuilderstatic AttributeBuilderGrizzly. DEFAULT_ATTRIBUTE_BUILDERMethods in org.glassfish.grizzly that return AttributeBuilder Modifier and Type Method Description AttributeBuilderAbstractTransport. getAttributeBuilder()GetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes.AttributeBuilderNIOTransportBuilder. getAttributeBuilder()AttributeBuilderTransport. getAttributeBuilder()GetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes.Methods in org.glassfish.grizzly with parameters of type AttributeBuilder Modifier and Type Method Description voidAbstractTransport. setAttributeBuilder(AttributeBuilder attributeBuilder)SetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes.TNIOTransportBuilder. setAttributeBuilder(AttributeBuilder attributeBuilder)Set theAttributeBuilderto be used by the createdNIOTransport.voidTransport. setAttributeBuilder(AttributeBuilder attributeBuilder)SetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes. -
Uses of AttributeBuilder in org.glassfish.grizzly.attributes
Classes in org.glassfish.grizzly.attributes that implement AttributeBuilder Modifier and Type Class Description classDefaultAttributeBuilderDefaultAttributeBuilderimplementation.Fields in org.glassfish.grizzly.attributes declared as AttributeBuilder Modifier and Type Field Description static AttributeBuilderAttributeBuilder. DEFAULT_ATTRIBUTE_BUILDERThe defaultAttributeBuilderimplementation used by all created builder instances.Methods in org.glassfish.grizzly.attributes that return AttributeBuilder Modifier and Type Method Description AttributeBuilderAttributeHolder. getAttributeBuilder()Get AttributeBuilder, associated with this holderAttributeBuilderIndexedAttributeHolder. getAttributeBuilder()Get AttributeBuilder, associated with this holderConstructors in org.glassfish.grizzly.attributes with parameters of type AttributeBuilder Constructor Description Attribute(AttributeBuilder builder, String name, int index, NullaryFunction<T> initializer)Attribute(AttributeBuilder builder, String name, int index, T defaultValue)IndexedAttributeHolder(AttributeBuilder attributeBuilder)Deprecated. -
Uses of AttributeBuilder in org.glassfish.grizzly.threadpool
Constructors in org.glassfish.grizzly.threadpool with parameters of type AttributeBuilder Constructor Description DefaultWorkerThread(AttributeBuilder attrBuilder, String name, ThreadLocalPool pool, Runnable runTask)
-