public class EchoFilterAsync
extends org.glassfish.grizzly.filterchain.BaseFilter
FilterChain filter, which asynchronously replies
with the request message.| Constructor and Description |
|---|
EchoFilterAsync() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.grizzly.filterchain.NextAction |
handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
Handle just read operation, when some message has come and ready to be
processed.
|
public org.glassfish.grizzly.filterchain.NextAction handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
throws IOException
handleRead in interface org.glassfish.grizzly.filterchain.FilterhandleRead in class org.glassfish.grizzly.filterchain.BaseFilterctx - Context of FilterChainContext processingIOExceptionCopyright © 2018 Oracle Corporation. All Rights Reserved.