Uses of Class
io.netty.channel.local.LocalAddress
-
Packages that use LocalAddress Package Description io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of LocalAddress in io.netty.channel.local
Fields in io.netty.channel.local declared as LocalAddress Modifier and Type Field Description static LocalAddressLocalAddress. ANYMethods in io.netty.channel.local that return LocalAddress Modifier and Type Method Description LocalAddressLocalChannel. localAddress()LocalAddressLocalServerChannel. localAddress()LocalAddressLocalChannel. remoteAddress()LocalAddressLocalServerChannel. remoteAddress()Methods in io.netty.channel.local with parameters of type LocalAddress Modifier and Type Method Description intLocalAddress. compareTo(LocalAddress o)
-