Uses of Class
io.netty.channel.kqueue.AcceptFilter
Packages that use AcceptFilter
-
Uses of AcceptFilter in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as AcceptFilterModifier and TypeFieldDescription(package private) static final AcceptFilterAcceptFilter.PLATFORM_UNSUPPORTEDFields in io.netty.channel.kqueue with type parameters of type AcceptFilterModifier and TypeFieldDescriptionstatic final ChannelOption<AcceptFilter> KQueueChannelOption.SO_ACCEPTFILTERMethods in io.netty.channel.kqueue that return AcceptFilterModifier and TypeMethodDescription(package private) AcceptFilterBsdSocket.getAcceptFilter()KQueueServerSocketChannelConfig.getAcceptFilter()Methods in io.netty.channel.kqueue with parameters of type AcceptFilterModifier and TypeMethodDescription(package private) voidBsdSocket.setAcceptFilter(AcceptFilter acceptFilter) KQueueServerSocketChannelConfig.setAcceptFilter(AcceptFilter acceptFilter)