Class PeerCredentials
java.lang.Object
io.netty.channel.unix.PeerCredentials
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
-
Method Details
-
pid
public int pid()Get the PID of the peer process.This is currently not populated on MacOS and BSD based systems.
- Returns:
- The PID of the peer process.
-
uid
public int uid() -
gids
public int[] gids() -
toString
-