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_PEERCRED
Fetch peer credentials.Methods in jnr.unixsocket that return Credentials Modifier and Type Method Description Credentials
UnixDatagramSocket. getCredentials()
Retrieves the credentials for this UNIX socket.Credentials
UnixSocket. getCredentials()
Retrieves the credentials for this UNIX socket.
-