Uses of Class
io.netty5.channel.local.LocalAddress
-
Packages that use LocalAddress Package Description io.netty5.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine. -
-
Uses of LocalAddress in io.netty5.channel.local
Fields in io.netty5.channel.local declared as LocalAddress Modifier and Type Field Description static LocalAddress
LocalAddress. ANY
Methods in io.netty5.channel.local that return LocalAddress Modifier and Type Method Description protected LocalAddress
LocalChannel. localAddress0()
protected LocalAddress
LocalServerChannel. localAddress0()
protected LocalAddress
LocalChannel. remoteAddress0()
Methods in io.netty5.channel.local with parameters of type LocalAddress Modifier and Type Method Description int
LocalAddress. compareTo(LocalAddress o)
protected boolean
LocalChannel. doFinishConnect(LocalAddress requestedRemoteAddress)
-