Package org.scijava.io.location
Interface RemoteLocation
-
- All Superinterfaces:
Location
- All Known Implementing Classes:
AbstractRemoteLocation
public interface RemoteLocation extends Location
ALocationwhich resides on a remote machine.- Author:
- Gabriel Einsdorf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTimeout()Gets the connection timeout for this location.voidsetTimeout(long timeout)Sets the connection timeout for this location.-
Methods inherited from interface org.scijava.io.location.Location
defaultName, getName, getURI
-
-