Uses of Class
org.newsclub.net.unix.rmi.RemotePeerInfo
Package
Description
Provides code that allows RMI communication over AF_UNIX sockets.
-
Uses of RemotePeerInfo in org.newsclub.net.unix.rmi
Modifier and TypeMethodDescriptionstatic RemotePeerInfo
RemotePeerInfo.getConnectionInfo
(Remote obj) Returns the connection information (RMISocketFactory
, hostname and port) used for the givenRemote
object, ornull
if no customRMISocketFactory
was specified.