Uses of Class
io.netty.channel.kqueue.AcceptFilter
-
Packages that use AcceptFilter Package Description io.netty.channel.kqueue BSD specific transport. -
-
Uses of AcceptFilter in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as AcceptFilter Modifier and Type Field Description (package private) static AcceptFilter
AcceptFilter. PLATFORM_UNSUPPORTED
Fields in io.netty.channel.kqueue with type parameters of type AcceptFilter Modifier and Type Field Description static ChannelOption<AcceptFilter>
KQueueChannelOption. SO_ACCEPTFILTER
Methods in io.netty.channel.kqueue that return AcceptFilter Modifier and Type Method Description (package private) AcceptFilter
BsdSocket. getAcceptFilter()
AcceptFilter
KQueueServerSocketChannelConfig. getAcceptFilter()
Methods in io.netty.channel.kqueue with parameters of type AcceptFilter Modifier and Type Method Description (package private) void
BsdSocket. setAcceptFilter(AcceptFilter acceptFilter)
KQueueServerSocketChannelConfig
KQueueServerSocketChannelConfig. setAcceptFilter(AcceptFilter acceptFilter)
-