Module org.newsclub.net.unix.rmi
Package org.newsclub.net.unix.rmi
package org.newsclub.net.unix.rmi
Provides code that allows RMI communication over AF_UNIX sockets.
-
ClassDescriptionThe
AFSocket
-compatible equivalent ofNaming
.AFNamingProvider<T extends AFNaming>The key to accessing toAFNaming
instances.A wrapper for RMI registries, both remote and local, to allow for a clean removal of bound resources upon shutdown.TheAFRMIService
assigns and keeps track of anonymous ports, among other things.AnRMISocketFactory
that supportsAFSocket
s.A lease on a registered port; closing the lease will return the port.TheAFUNIXSocket
-compatible equivalent ofNaming
.A wrapper for RMI registries, both remote and local, to allow for a clean removal of bound resources upon shutdown.AnRMISocketFactory
that supportsAFUNIXSocket
s.An implementation ofRMIClientSocketFactory
.An implementation ofRMIServerSocketFactory
.A resource that can be exposed remotely, and closed locally as well as remotely.The default implementation ofRemoteCloseable
.A generic (unspecific)FileDescriptor
reference.A wrapper that allows aFileDescriptor
be sent via RMI over AF_UNIX sockets.A specialized subclass ofRemoteFileDescriptorBase
, specifically forFileInputStream
s.A specialized subclass ofRemoteFileDescriptorBase
, specifically forFileOutputStream
s.Information about the remote connection.