Package | Description |
---|---|
org.glassfish.grizzly.filterchain | |
org.glassfish.grizzly.memory |
Modifier and Type | Method and Description |
---|---|
Appender |
DefaultFilterChain.FilterStateElement.getAppender() |
Modifier and Type | Method and Description |
---|---|
static <E> DefaultFilterChain.FilterStateElement |
DefaultFilterChain.FilterStateElement.create(DefaultFilterChain.FILTER_STATE_TYPE type,
E state,
Appender<E> appender) |
<E> NextAction |
FilterChainContext.getInvokeAction(E incompleteChunk,
Appender<E> appender)
|
<E> NextAction |
FilterChainContext.getStopAction(E incompleteChunk,
Appender<E> appender)
Get
NextAction implementation, which instructs FilterChain
stop executing phase. |
Modifier and Type | Method and Description |
---|---|
static Appender<Buffer> |
Buffers.getBufferAppender(boolean isCompositeBufferDisposable)
|
Copyright © 2014 Oracle Corporation. All rights reserved.