Uses of Class
org.newsclub.net.unix.rmi.AFUNIXRMISocketFactory
-
Uses of AFUNIXRMISocketFactory in org.newsclub.net.unix.rmi
Modifier and TypeMethodDescriptionAFUNIXNaming.getSocketFactory()
protected AFUNIXRMISocketFactory
AFUNIXNaming.initSocketFactory()
ModifierConstructorDescriptionRemoteFileDescriptor
(AFUNIXRMISocketFactory socketFactory, FileDescriptor fd) Creates a newRemoteFileOutput
instance, encapsulating a genericFileDescriptor
so that it can be shared with other processes via RMI.RemoteFileInput
(AFUNIXRMISocketFactory socketFactory, FileInputStream fin) Creates a newRemoteFileInput
instance, encapsulating aFileInputStream
so that it can be shared with other processes via RMI.RemoteFileOutput
(AFUNIXRMISocketFactory socketFactory, FileOutputStream fout) Creates a newRemoteFileOutput
instance, encapsulating aFileOutputStream
so that it can be shared with other processes via RMI.