| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.attributes | |
| org.glassfish.grizzly.threadpool |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeBuilder |
NIOTransportBuilder.attributeBuilder |
protected AttributeBuilder |
AbstractTransport.attributeBuilder
Transport AttributeBuilder, which will be used to create Attributes
|
protected AttributeBuilder |
AbstractTransformer.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 Connections to store custom
Attributes. |
AttributeBuilder |
NIOTransportBuilder.getAttributeBuilder() |
AttributeBuilder |
AbstractTransport.getAttributeBuilder()
Get
Transport associated AttributeBuilder, which will
be used by Transport and its Connections to store custom
Attributes. |
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.setAttributeBuilder(AttributeBuilder attributeBuilder)
Set
Transport associated AttributeBuilder, which will
be used by Transport and its Connections to store custom
Attributes. |
T |
NIOTransportBuilder.setAttributeBuilder(AttributeBuilder attributeBuilder)
Set the
AttributeBuilder to be used by the created NIOTransport. |
void |
AbstractTransport.setAttributeBuilder(AttributeBuilder attributeBuilder)
Set
Transport associated AttributeBuilder, which will
be used by Transport and its Connections to store custom
Attributes. |
| 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
|
| 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)
Deprecated.
|
| Constructor and Description |
|---|
DefaultWorkerThread(AttributeBuilder attrBuilder,
String name,
ThreadLocalPool pool,
Runnable runTask) |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.