Uses of Class
org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
Packages that use AFUNIXRMISocketFactory
Package
Description
Provides code that allows RMI communication over AF_UNIX sockets.
-
Uses of AFUNIXRMISocketFactory in org.newsclub.net.unix.demo.rmi.fd
Constructors in org.newsclub.net.unix.demo.rmi.fd with parameters of type AFUNIXRMISocketFactoryModifierConstructorDescriptionStreamServiceImpl(AFUNIXRMISocketFactory socketFactory) Creates a new instance. -
Uses of AFUNIXRMISocketFactory in org.newsclub.net.unix.rmi
Methods in org.newsclub.net.unix.rmi that return AFUNIXRMISocketFactoryModifier and TypeMethodDescriptionAFUNIXNaming.getSocketFactory()protected AFUNIXRMISocketFactoryAFUNIXNaming.initSocketFactory()Constructors in org.newsclub.net.unix.rmi with parameters of type AFUNIXRMISocketFactoryModifierConstructorDescriptionRemoteFileDescriptor(AFUNIXRMISocketFactory socketFactory, FileDescriptor fd) Creates a newRemoteFileOutputinstance, encapsulating a genericFileDescriptorso that it can be shared with other processes via RMI.RemoteFileInput(AFUNIXRMISocketFactory socketFactory, FileInputStream fin) Creates a newRemoteFileInputinstance, encapsulating aFileInputStreamso that it can be shared with other processes via RMI.RemoteFileOutput(AFUNIXRMISocketFactory socketFactory, FileOutputStream fout) Creates a newRemoteFileOutputinstance, encapsulating aFileOutputStreamso that it can be shared with other processes via RMI.