| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.filterchain | |
| org.glassfish.grizzly.utils |
| Modifier and Type | Method and Description |
|---|---|
Holder<L> |
WriteResult.getDstAddressHolder()
Get the destination address, the message was written to.
|
Holder<L> |
ReadResult.getSrcAddressHolder()
Get the source address, the message was read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteResult.setDstAddressHolder(Holder<L> dstAddressHolder)
Set the destination address, the message was written to.
|
void |
ReadResult.setSrcAddressHolder(Holder<L> srcAddressHolder)
Set the source address, the message was read from.
|
| Modifier and Type | Method and Description |
|---|---|
Holder<?> |
FilterChainContext.getAddressHolder()
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterChainContext.setAddressHolder(Holder<?> addressHolder)
Set address, associated with the current
IOEvent processing. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Holder.IntHolder |
static class |
Holder.LazyHolder<E> |
static class |
Holder.LazyIntHolder |
| Modifier and Type | Method and Description |
|---|---|
static <T> Holder<T> |
Holder.staticHolder(T value) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.