Uses of Class
org.glassfish.grizzly.utils.Holder
-
Packages that use Holder Package Description org.glassfish.grizzly org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.filterchain org.glassfish.grizzly.utils -
-
Uses of Holder in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return Holder Modifier and Type Method 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.Methods in org.glassfish.grizzly with parameters of type Holder Modifier and Type Method Description voidWriteResult. setDstAddressHolder(Holder<L> dstAddressHolder)Set the destination address, the message was written to.voidReadResult. setSrcAddressHolder(Holder<L> srcAddressHolder)Set the source address, the message was read from. -
Uses of Holder in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return Holder Modifier and Type Method Description protected Holder<L>RecordWriteResult. createAddrHolder(L dstAddress) -
Uses of Holder in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return Holder Modifier and Type Method Description Holder<?>FilterChainContext. getAddressHolder()Methods in org.glassfish.grizzly.filterchain with parameters of type Holder Modifier and Type Method Description voidFilterChainContext. setAddressHolder(Holder<?> addressHolder)Set address, associated with the currentIOEventprocessing. -
Uses of Holder in org.glassfish.grizzly.utils
Subclasses of Holder in org.glassfish.grizzly.utils Modifier and Type Class Description static classHolder.IntHolderstatic classHolder.LazyHolder<E>static classHolder.LazyIntHolderMethods in org.glassfish.grizzly.utils that return Holder Modifier and Type Method Description static <T> Holder<T>Holder. staticHolder(T value)
-