Uses of Class
org.openstreetmap.josm.io.OsmTransferCanceledException
-
Packages that use OsmTransferCanceledException Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of OsmTransferCanceledException in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that throw OsmTransferCanceledException Modifier and Type Method Description voidOsmApi. initialize(ProgressMonitor monitor)Initializes this component by negotiating a protocol version with the server.voidOsmApi. initialize(ProgressMonitor monitor, boolean fastFail)Initializes this component by negotiating a protocol version with the server, with the ability to control the timeout.private voidOsmApi. sleepAndListen(int retry, ProgressMonitor monitor)
-