Uses of Class
io.netty5.channel.socket.DomainSocketAddress
-
Packages that use DomainSocketAddress Package Description io.netty5.channel.unix Unix specific transport. -
-
Uses of DomainSocketAddress in io.netty5.channel.unix
Subclasses of DomainSocketAddress in io.netty5.channel.unix Modifier and Type Class Description class
DomainDatagramSocketAddress
Act as specialDomainSocketAddress
to be able to easily pass all needed data from JNI without the need to create more objects then needed.
-