Uses of Class
io.netty.channel.unix.DomainSocketAddress
-
Packages that use DomainSocketAddress Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.unix Unix specific transport.io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of DomainSocketAddress in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return DomainSocketAddress Modifier and Type Method Description DomainSocketAddressEpollDomainDatagramChannel. localAddress()DomainSocketAddressEpollDomainSocketChannel. localAddress()DomainSocketAddressEpollServerDomainSocketChannel. localAddress()protected DomainSocketAddressEpollDomainDatagramChannel. localAddress0()protected DomainSocketAddressEpollDomainSocketChannel. localAddress0()protected DomainSocketAddressEpollServerDomainSocketChannel. localAddress0()DomainSocketAddressEpollDomainDatagramChannel. remoteAddress()DomainSocketAddressEpollDomainSocketChannel. remoteAddress()DomainSocketAddressEpollServerDomainSocketChannel. remoteAddress()protected DomainSocketAddressEpollDomainDatagramChannel. remoteAddress0()protected DomainSocketAddressEpollDomainSocketChannel. remoteAddress0() -
Uses of DomainSocketAddress in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue that return DomainSocketAddress Modifier and Type Method Description DomainSocketAddressKQueueDomainDatagramChannel. localAddress()DomainSocketAddressKQueueDomainSocketChannel. localAddress()DomainSocketAddressKQueueServerDomainSocketChannel. localAddress()protected DomainSocketAddressKQueueDomainDatagramChannel. localAddress0()protected DomainSocketAddressKQueueDomainSocketChannel. localAddress0()protected DomainSocketAddressKQueueServerDomainSocketChannel. localAddress0()DomainSocketAddressKQueueDomainDatagramChannel. remoteAddress()DomainSocketAddressKQueueDomainSocketChannel. remoteAddress()DomainSocketAddressKQueueServerDomainSocketChannel. remoteAddress()protected DomainSocketAddressKQueueDomainDatagramChannel. remoteAddress0()protected DomainSocketAddressKQueueDomainSocketChannel. remoteAddress0() -
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(ByteBuf data, DomainSocketAddress recipient)Create a new instance with the specified packetdataandrecipientaddress.DomainDatagramPacket(ByteBuf data, DomainSocketAddress recipient, DomainSocketAddress sender)Create a new instance with the specified packetdata,recipientaddress, andsenderaddress. -
Uses of DomainSocketAddress in io.netty.channel.uring
Methods in io.netty.channel.uring that return DomainSocketAddress Modifier and Type Method Description DomainSocketAddressIoUringDomainSocketChannel. localAddress()DomainSocketAddressIoUringServerDomainSocketChannel. localAddress()DomainSocketAddressIoUringDomainSocketChannel. remoteAddress()DomainSocketAddressIoUringServerDomainSocketChannel. remoteAddress()
-