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, toString
clone, finalize, getClass, notify, notifyAll, 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 © 2015–2022 SciJava. All rights reserved.