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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitdefaultName, getName, getURIpublic long getTimeout()
RemoteLocationgetTimeout in interface RemoteLocationpublic void setTimeout(long timeout)
RemoteLocationsetTimeout in interface RemoteLocationtimeout - The timeout in milliseconds.Copyright © 2015–2022 SciJava. All rights reserved.