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_PEERCREDFetch peer credentials.Methods in jnr.unixsocket that return CredentialsModifier and TypeMethodDescription(package private) static CredentialsCredentials.getCredentials(int fd) final CredentialsUnixDatagramSocket.getCredentials()Retrieves the credentials for this UNIX socket.final CredentialsUnixSocket.getCredentials()Retrieves the credentials for this UNIX socket.