public interface PipelineFilter
| Modifier and Type | Method and Description |
|---|---|
Map<String,Pair<io.netty.util.concurrent.EventExecutorGroup,io.netty.channel.ChannelHandler>> |
filter(Map<String,Pair<io.netty.util.concurrent.EventExecutorGroup,io.netty.channel.ChannelHandler>> channelHandlers,
boolean tcp,
boolean client)
Filter the handlers.
|
Map<String,Pair<io.netty.util.concurrent.EventExecutorGroup,io.netty.channel.ChannelHandler>> filter(Map<String,Pair<io.netty.util.concurrent.EventExecutorGroup,io.netty.channel.ChannelHandler>> channelHandlers, boolean tcp, boolean client)
channelHandlers - The created handlers by tomp2ptcp - True if the connection is TCP, false for UDPclient - True if this is the client side, false for the server sideCopyright © 2014. All rights reserved.