public class EchoFilter extends BaseFilter
FilterChain
filter, which replies with the request
message.Constructor and Description |
---|
EchoFilter() |
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 © 2014 Oracle Corporation. All rights reserved.