Uses of Class
io.netty.channel.kqueue.BsdSocket
-
Packages that use BsdSocket Package Description io.netty.channel.kqueue BSD specific transport. -
-
Uses of BsdSocket in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as BsdSocket Modifier and Type Field Description (package private) BsdSocketAbstractKQueueChannel. socketMethods in io.netty.channel.kqueue that return BsdSocket Modifier and Type Method Description static BsdSocketBsdSocket. newSocketDgram()static BsdSocketBsdSocket. newSocketDgram(InternetProtocolFamily protocol)static BsdSocketBsdSocket. newSocketDomain()static BsdSocketBsdSocket. newSocketDomainDgram()static BsdSocketBsdSocket. newSocketStream()static BsdSocketBsdSocket. newSocketStream(InternetProtocolFamily protocol)Methods in io.netty.channel.kqueue with parameters of type BsdSocket Modifier and Type Method Description (package private) static booleanAbstractKQueueChannel. isSoErrorZero(BsdSocket fd)
-