Uses of Class
io.netty.channel.unix.PeerCredentials
Packages that use PeerCredentials
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
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 PeerCredentialsModifier and TypeMethodDescriptionEpollDomainDatagramChannel.peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCREDEpollDomainSocketChannel.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 PeerCredentialsModifier and TypeMethodDescriptionKQueueDomainDatagramChannel.peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCREDKQueueDomainSocketChannel.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 PeerCredentialsModifier and TypeMethodDescriptionIoUringDomainSocketChannel.peerCredentials()Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED