Uses of Class
jnr.unixsocket.Credentials
Packages that use Credentials
-
Uses of Credentials in jnr.unixsocket
Fields in jnr.unixsocket with type parameters of type CredentialsModifier and TypeFieldDescriptionstatic final SocketOption
<Credentials> UnixSocketOptions.SO_PEERCRED
Fetch peer credentials.Methods in jnr.unixsocket that return CredentialsModifier and TypeMethodDescription(package private) static Credentials
Credentials.getCredentials
(int fd) final Credentials
UnixDatagramSocket.getCredentials()
Retrieves the credentials for this UNIX socket.final Credentials
UnixSocket.getCredentials()
Retrieves the credentials for this UNIX socket.