Uses of Class
io.netty.channel.unix.PeerCredentials
-
Packages that use PeerCredentials 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.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of PeerCredentials in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return PeerCredentials Modifier and Type Method Description PeerCredentialsEpollDomainDatagramChannel. peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCREDPeerCredentialsEpollDomainSocketChannel. peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED -
Uses of PeerCredentials in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue that return PeerCredentials Modifier and Type Method Description PeerCredentialsKQueueDomainDatagramChannel. peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCREDPeerCredentialsKQueueDomainSocketChannel. peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED -
Uses of PeerCredentials in io.netty.channel.uring
Methods in io.netty.channel.uring that return PeerCredentials Modifier and Type Method Description PeerCredentialsIoUringDomainSocketChannel. peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
-