Uses of Interface
org.glassfish.grizzly.Appender
-
Packages that use Appender Package Description org.glassfish.grizzly.filterchain org.glassfish.grizzly.memory -
-
Uses of Appender in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain with parameters of type Appender Modifier and Type Method Description <E> NextActionFilterChainContext. getInvokeAction(E incompleteChunk, Appender<E> appender)<E> NextActionFilterChainContext. getStopAction(E incompleteChunk, Appender<E> appender)GetNextActionimplementation, which instructsFilterChainstop executing phase. -
Uses of Appender in org.glassfish.grizzly.memory
Methods in org.glassfish.grizzly.memory that return Appender Modifier and Type Method Description static Appender<Buffer>Buffers. getBufferAppender(boolean isCompositeBufferDisposable)
-