Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.attributes | |
org.glassfish.grizzly.threadpool |
Modifier and Type | Field and Description |
---|---|
protected AttributeBuilder |
AbstractTransformer.attributeBuilder |
protected AttributeBuilder |
AbstractTransport.attributeBuilder
Transport AttributeBuilder, which will be used to create Attributes
|
protected AttributeBuilder |
NIOTransportBuilder.attributeBuilder |
static AttributeBuilder |
Grizzly.DEFAULT_ATTRIBUTE_BUILDER |
Modifier and Type | Method and Description |
---|---|
AttributeBuilder |
Transport.getAttributeBuilder()
Get
Transport associated AttributeBuilder , which will
be used by Transport and its Connection s to store custom
Attribute s. |
AttributeBuilder |
AbstractTransport.getAttributeBuilder()
Get
Transport associated AttributeBuilder , which will
be used by Transport and its Connection s to store custom
Attribute s. |
AttributeBuilder |
NIOTransportBuilder.getAttributeBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
Transport.setAttributeBuilder(AttributeBuilder attributeBuilder)
Set
Transport associated AttributeBuilder , which will
be used by Transport and its Connection s to store custom
Attribute s. |
void |
AbstractTransport.setAttributeBuilder(AttributeBuilder attributeBuilder)
Set
Transport associated AttributeBuilder , which will
be used by Transport and its Connection s to store custom
Attribute s. |
T |
NIOTransportBuilder.setAttributeBuilder(AttributeBuilder attributeBuilder)
Set the
AttributeBuilder to be used by the created NIOTransport . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttributeBuilder
Default
AttributeBuilder implementation. |
Modifier and Type | Field and Description |
---|---|
static AttributeBuilder |
AttributeBuilder.DEFAULT_ATTRIBUTE_BUILDER
The default
AttributeBuilder implementation used by all created builder
instances. |
Modifier and Type | Method and Description |
---|---|
AttributeBuilder |
IndexedAttributeHolder.getAttributeBuilder()
Get AttributeBuilder, associated with this holder
|
AttributeBuilder |
AttributeHolder.getAttributeBuilder()
Get AttributeBuilder, associated with this holder
|
AttributeBuilder |
NamedAttributeHolder.getAttributeBuilder()
Get AttributeBuilder, associated with this holder
|
Constructor and Description |
---|
Attribute(AttributeBuilder builder,
String name,
int index,
NullaryFunction<T> initializer) |
Attribute(AttributeBuilder builder,
String name,
int index,
T defaultValue) |
IndexedAttributeHolder(AttributeBuilder attributeBuilder) |
NamedAttributeHolder(AttributeBuilder attributeBuilder) |
Constructor and Description |
---|
DefaultWorkerThread(AttributeBuilder attrBuilder,
String name,
ThreadLocalPool pool,
Runnable runTask) |
Copyright © 2014 Oracle Corporation. All rights reserved.