Uses of Class
io.netty.channel.unix.DomainSocketAddress
-
-
Uses of DomainSocketAddress in io.netty.channel.unix
Subclasses of DomainSocketAddress in io.netty.channel.unix Modifier and Type Class Description classDomainDatagramSocketAddressAct as specialDomainSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed.Methods in io.netty.channel.unix that return DomainSocketAddress Modifier and Type Method Description DomainSocketAddressDomainDatagramChannel. localAddress()DomainSocketAddressDomainSocketChannel. localAddress()DomainSocketAddressServerDomainSocketChannel. localAddress()DomainSocketAddressSocket. localDomainSocketAddress()DomainSocketAddressDomainDatagramChannel. remoteAddress()DomainSocketAddressDomainSocketChannel. remoteAddress()DomainSocketAddressServerDomainSocketChannel. remoteAddress()DomainSocketAddressSocket. remoteDomainSocketAddress()Constructors in io.netty.channel.unix with parameters of type DomainSocketAddress Constructor Description DomainDatagramPacket(io.netty.buffer.ByteBuf data, DomainSocketAddress recipient)Create a new instance with the specified packetdataandrecipientaddress.DomainDatagramPacket(io.netty.buffer.ByteBuf data, DomainSocketAddress recipient, DomainSocketAddress sender)Create a new instance with the specified packetdata,recipientaddress, andsenderaddress.
-