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) BsdSocket
AbstractKQueueChannel. socket
Methods in io.netty.channel.kqueue that return BsdSocket Modifier and Type Method Description static BsdSocket
BsdSocket. newSocketDgram()
static BsdSocket
BsdSocket. newSocketDgram(InternetProtocolFamily protocol)
static BsdSocket
BsdSocket. newSocketDomain()
static BsdSocket
BsdSocket. newSocketDomainDgram()
static BsdSocket
BsdSocket. newSocketStream()
static BsdSocket
BsdSocket. newSocketStream(InternetProtocolFamily protocol)
Methods in io.netty.channel.kqueue with parameters of type BsdSocket Modifier and Type Method Description (package private) static boolean
AbstractKQueueChannel. isSoErrorZero(BsdSocket fd)
-