Package | Description |
---|---|
org.newsclub.net.unix.rmi |
Provides code that allows RMI communication over AF_UNIX sockets
|
Modifier and Type | Method and Description |
---|---|
static AFUNIXNaming |
AFUNIXNaming.getInstance()
Returns the default instance of
AFUNIXNaming . |
static AFUNIXNaming |
AFUNIXNaming.getInstance(java.io.File socketDir)
Returns the
|
static AFUNIXNaming |
AFUNIXNaming.getInstance(java.io.File socketDir,
int registryPort) |
static AFUNIXNaming |
AFUNIXNaming.getSingleFileInstance(java.io.File socketFile)
Returns an
AFUNIXNaming instance which only supports one file. |
Constructor and Description |
---|
AFUNIXRMISocketFactory(AFUNIXNaming naming,
java.io.File socketDir) |
AFUNIXRMISocketFactory(AFUNIXNaming naming,
java.io.File socketDir,
java.rmi.server.RMIClientSocketFactory defaultClientFactory,
java.rmi.server.RMIServerSocketFactory defaultServerFactory) |
AFUNIXRMISocketFactory(AFUNIXNaming naming,
java.io.File socketDir,
java.rmi.server.RMIClientSocketFactory defaultClientFactory,
java.rmi.server.RMIServerSocketFactory defaultServerFactory,
java.lang.String socketPrefix,
java.lang.String socketSuffix) |