Uses of Class
io.netty.channel.kqueue.AcceptFilter
-
-
Uses of AcceptFilter in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue with type parameters of type AcceptFilter Modifier and Type Field Description static io.netty.channel.ChannelOption<AcceptFilter>KQueueChannelOption. SO_ACCEPTFILTERMethods in io.netty.channel.kqueue that return AcceptFilter Modifier and Type Method Description AcceptFilterKQueueServerSocketChannelConfig. getAcceptFilter()Methods in io.netty.channel.kqueue with parameters of type AcceptFilter Modifier and Type Method Description KQueueServerSocketChannelConfigKQueueServerSocketChannelConfig. setAcceptFilter(AcceptFilter acceptFilter)
-