public abstract class AbstractRemoteLocation extends AbstractLocation implements RemoteLocation
RemoteLocation
implementations.Constructor and Description |
---|
AbstractRemoteLocation() |
Modifier and Type | Method and Description |
---|---|
long |
getTimeout()
Gets the connection timeout for this location.
|
void |
setTimeout(long timeout)
Sets the connection timeout for this location.
|
equals, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
defaultName, getName, getURI
public long getTimeout()
RemoteLocation
getTimeout
in interface RemoteLocation
public void setTimeout(long timeout)
RemoteLocation
setTimeout
in interface RemoteLocation
timeout
- The timeout in milliseconds.Copyright © 2009–2018 SciJava. All rights reserved.