Package io.netty.channel.unix
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pid
private final int pid -
uid
private final int uid -
gids
private final int[] gids
-
-
Constructor Details
-
PeerCredentials
PeerCredentials(int p, int u, int... gids)
-
-
Method Details