Uses of Class
org.newsclub.net.unix.AFUNIXSocketCredentials
Packages that use AFUNIXSocketCredentials
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXSocketCredentials in org.newsclub.net.unix
Fields in org.newsclub.net.unix declared as AFUNIXSocketCredentialsModifier and TypeFieldDescriptionstatic final AFUNIXSocketCredentialsAFUNIXSocketCredentials.SAME_PROCESSSpecial instance, indicating that there is no remote peer, but the referenced object is from the same process.Methods in org.newsclub.net.unix that return AFUNIXSocketCredentialsModifier and TypeMethodDescriptionAFUNIXDatagramChannel.getPeerCredentials()AFUNIXDatagramSocket.getPeerCredentials()AFUNIXSocket.getPeerCredentials()AFUNIXSocketChannel.getPeerCredentials()AFUNIXSocketExtensions.getPeerCredentials()Retrieves the "peer credentials" for this connection.static AFUNIXSocketCredentialsAFUNIXSocketCredentials.remotePeerCredentials()Returns theAFUNIXSocketCredentialsfor the currently active remote session, ornullif it was not possible to retrieve these credentials.