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 java.net.SocketOption<Credentials>UnixSocketOptions. SO_PEERCREDFetch peer credentials.Methods in jnr.unixsocket that return Credentials Modifier and Type Method Description (package private) static CredentialsCredentials. getCredentials(int fd)CredentialsUnixDatagramSocket. getCredentials()Retrieves the credentials for this UNIX socket.CredentialsUnixSocket. getCredentials()Retrieves the credentials for this UNIX socket.
-