Uses of Interface
org.glassfish.grizzly.attributes.AttributeBuilder
Packages that use AttributeBuilder
Package
Description
-
Uses of AttributeBuilder in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as AttributeBuilderModifier and TypeFieldDescriptionprotected final AttributeBuilderAbstractTransformer.attributeBuilderprotected AttributeBuilderAbstractTransport.attributeBuilderTransport AttributeBuilder, which will be used to create Attributesprotected AttributeBuilderNIOTransportBuilder.attributeBuilderstatic final AttributeBuilderGrizzly.DEFAULT_ATTRIBUTE_BUILDERMethods in org.glassfish.grizzly that return AttributeBuilderModifier and TypeMethodDescriptionAbstractTransport.getAttributeBuilder()GetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes.NIOTransportBuilder.getAttributeBuilder()Transport.getAttributeBuilder()GetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes.Methods in org.glassfish.grizzly with parameters of type AttributeBuilderModifier and TypeMethodDescriptionvoidAbstractTransport.setAttributeBuilder(AttributeBuilder attributeBuilder) SetTransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes.NIOTransportBuilder.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 AttributeBuilderFields in org.glassfish.grizzly.attributes declared as AttributeBuilderModifier and TypeFieldDescriptionstatic final AttributeBuilderAttributeBuilder.DEFAULT_ATTRIBUTE_BUILDERThe defaultAttributeBuilderimplementation used by all created builder instances.Methods in org.glassfish.grizzly.attributes that return AttributeBuilderModifier and TypeMethodDescriptionAttributeHolder.getAttributeBuilder()Get AttributeBuilder, associated with this holderIndexedAttributeHolder.getAttributeBuilder()Get AttributeBuilder, associated with this holderConstructors in org.glassfish.grizzly.attributes with parameters of type AttributeBuilderModifierConstructorDescriptionprotectedAttribute(AttributeBuilder builder, String name, int index, Supplier<T> initializer) protectedAttribute(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 AttributeBuilderModifierConstructorDescriptionDefaultWorkerThread(AttributeBuilder attrBuilder, String name, ThreadLocalPool pool, Runnable runTask)
createSafeAttributeHolder()