Uses of Class
org.newsclub.net.unix.AFUNIXSocketCredentials
-
Uses of AFUNIXSocketCredentials in org.newsclub.net.unix
Modifier and TypeFieldDescriptionstatic final AFUNIXSocketCredentials
AFUNIXSocketCredentials.SAME_PROCESS
Special instance, indicating that there is no remote peer, but the referenced object is from the same process.Modifier and TypeMethodDescriptionAFUNIXDatagramChannel.getPeerCredentials()
AFUNIXDatagramSocket.getPeerCredentials()
AFUNIXSocket.getPeerCredentials()
AFUNIXSocketChannel.getPeerCredentials()
AFUNIXSocketExtensions.getPeerCredentials()
Retrieves the "peer credentials" for this connection.static AFUNIXSocketCredentials
AFUNIXSocketCredentials.remotePeerCredentials()
Returns theAFUNIXSocketCredentials
for the currently active remote session, ornull
if it was not possible to retrieve these credentials.