saker.rmi Documentation TaskDoc JavaDoc Packages
public class RMITransferProperties extends RMITransferPropertiesHolder
Class which specifies the transfer properties to use during the RMI connection.

This class is immutable and the Builder should be used for its construction.

Nested types
public static final class
Builder class for the enclosing transfer properties.
Methods
public static Builder
Creates a new builder instance for this class.
public <C> ClassTransferProperties<C>
Gets the specified properties for the given class.
public <C> ConstructorTransferProperties<C>
Gets the specified properties for the given constructor.
public MethodTransferProperties
Gets the specified properties for the given method.
public static Builder builder()
Creates a new builder instance for this class.
The builder instance.
Gets the specified properties for the given class.
CThe type of the class.
clazzThe class to lookup the properties for.
The found properties or null.
Gets the specified properties for the given constructor.
CThe declaring class of the constructor.
constructorThe constructor to lookup the properties for.
The found properties or null.
Gets the specified properties for the given method.
methodThe method to lookup the properties for.
The found properties or null.