Uses of Class
org.glassfish.grizzly.utils.Holder
Packages that use Holder
Package
Description
-
Uses of Holder in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return HolderModifier and TypeMethodDescriptionWriteResult.createAddrHolder(L dstAddress) Create an address holder.WriteResult.getDstAddressHolder()Get the destination address, the message was written to.ReadResult.getSrcAddressHolder()Get the source address, the message was read from.Methods in org.glassfish.grizzly with parameters of type HolderModifier and TypeMethodDescriptionfinal voidWriteResult.setDstAddressHolder(Holder<L> dstAddressHolder) Set the destination address, the message was written to.final 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 -
Uses of Holder in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain that return HolderMethods in org.glassfish.grizzly.filterchain with parameters of type HolderModifier and TypeMethodDescriptionvoidFilterChainContext.setAddressHolder(Holder<?> addressHolder) Set address, associated with the currentIOEventprocessing. -
Uses of Holder in org.glassfish.grizzly.utils
Subclasses of Holder in org.glassfish.grizzly.utilsModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in org.glassfish.grizzly.utils that return Holder