Uses of Class
org.newsclub.net.unix.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
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. -
Uses of AFUNIXSocketCredentials in org.newsclub.net.unix.rmi
Modifier and TypeMethodDescriptionRemotePeerInfo.getPeerCredentials()
The remote socket credentials, ornull
if they could not be retrieved.static AFUNIXSocketCredentials
RemotePeerInfo.remotePeerCredentials()
Returns theAFUNIXSocketCredentials
for the currently active remote session (RemoteServer session during a remote method invocation), ornull
if it was not possible to retrieve these credentials.static AFUNIXSocketCredentials
RemotePeerInfo.remotePeerCredentials
(Remote obj) Returns theAFUNIXSocketCredentials
for the peer (server) of the givenRemote
instance, ornull
if it was not possible to retrieve these credentials.