Uses of Class
org.newsclub.net.unix.AFUNIXSocketCredentials
Packages that use AFUNIXSocketCredentials
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
Provides code that allows RMI communication over 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. -
Uses of AFUNIXSocketCredentials in org.newsclub.net.unix.rmi
Methods in org.newsclub.net.unix.rmi that return AFUNIXSocketCredentialsModifier and TypeMethodDescriptionRemotePeerInfo.getPeerCredentials()The remote socket credentials, ornullif they could not be retrieved.static AFUNIXSocketCredentialsRemotePeerInfo.remotePeerCredentials()Returns theAFUNIXSocketCredentialsfor the currently active remote session (RemoteServer session during a remote method invocation), ornullif it was not possible to retrieve these credentials.static AFUNIXSocketCredentialsRemotePeerInfo.remotePeerCredentials(Remote obj) Returns theAFUNIXSocketCredentialsfor the peer (server) of the givenRemoteinstance, ornullif it was not possible to retrieve these credentials.