Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.filterchain | |
org.glassfish.grizzly.utils |
Modifier and Type | Method and Description |
---|---|
protected Holder<L> |
WriteResult.createAddrHolder(L dstAddress)
Create an address holder.
|
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 |
---|---|
protected Holder<L> |
RecordWriteResult.createAddrHolder(L dstAddress) |
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 © 2015 Oracle Corporation. All rights reserved.