Uses of Class
jnr.unixsocket.Credentials
-
Packages that use Credentials Package Description jnr.unixsocket -
-
Uses of Credentials in jnr.unixsocket
Fields in jnr.unixsocket with type parameters of type Credentials Modifier and Type Field Description static SocketOption<Credentials>UnixSocketOptions. SO_PEERCREDFetch peer credentials.Methods in jnr.unixsocket that return Credentials Modifier and Type Method Description CredentialsUnixDatagramSocket. getCredentials()Retrieves the credentials for this UNIX socket.CredentialsUnixSocket. getCredentials()Retrieves the credentials for this UNIX socket.
-