public class EchoFilterAsync extends BaseFilter
FilterChain
filter, which asynchronously replies
with the request message.Constructor and Description |
---|
EchoFilterAsync() |
Modifier and Type | Method and Description |
---|---|
NextAction |
handleRead(FilterChainContext ctx)
Handle just read operation, when some message has come and ready to be
processed.
|
createContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, handleWrite, onAdded, onFilterChainChanged, onRemoved
public NextAction handleRead(FilterChainContext ctx) throws IOException
handleRead
in interface Filter
handleRead
in class BaseFilter
ctx
- Context of FilterChainContext
processingIOException
Copyright © 2015 Oracle Corporation. All rights reserved.