- java.lang.Object
-
- io.netty5.channel.unix.PeerCredentials
-
@UnstableApi public final class PeerCredentials extends Object
User credentials discovered for the peer unix domain socket. The PID, UID and GID of the user connected on the other side of the unix domain socket For details see: SO_PEERCRED
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
gids()
int
pid()
Get the PID of the peer process.String
toString()
int
uid()
-