Java java.rmi.server RMISocketFactory fields, constructors, methods, implement or subclass

Example usage for Java java.rmi.server RMISocketFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.rmi.server RMISocketFactory.

The text is from its open source code.

Subclass

java.rmi.server.RMISocketFactory has subclasses.
Click this link to see all its subclasses.

Constructor

RMISocketFactory()
Constructs an RMISocketFactory.

Method

RMISocketFactorygetDefaultSocketFactory()
Returns a reference to the default socket factory used by this RMI implementation.
RMISocketFactorygetSocketFactory()
Returns the socket factory set by the setSocketFactory method.
voidsetSocketFactory(RMISocketFactory fac)
Set the global socket factory from which RMI gets sockets (if the remote object is not associated with a specific client and/or server socket factory).