Uses of Class
org.newsclub.net.unix.AFUNIXSocketCredentials
-
-
Uses of AFUNIXSocketCredentials in org.newsclub.net.unix
Fields in org.newsclub.net.unix declared as AFUNIXSocketCredentials Modifier and Type Field Description static 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 AFUNIXSocketCredentials Modifier and Type Method Description AFUNIXSocketCredentialsAFUNIXSocket. 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.
-