public interface

RMISocketInfo

sun.rmi.transport.proxy.RMISocketInfo
Known Indirect Subclasses

Class Overview

RMISocketInfo is an interface that extensions of the java.net.Socket class may use to provide more information on its capabilities.

Summary

Public Methods
abstract boolean isReusable()
Return true if this socket can be used for more than one RMI call.

Public Methods

public abstract boolean isReusable ()

Return true if this socket can be used for more than one RMI call. If a socket does not implement this interface, then it is assumed to be reusable.