Uses of Class
org.openstreetmap.josm.io.OsmConnection

Packages that use OsmConnection
org.openstreetmap.josm.data   
org.openstreetmap.josm.io   
 

Uses of OsmConnection in org.openstreetmap.josm.data
 

Subclasses of OsmConnection in org.openstreetmap.josm.data
private  class ServerSidePreferences.Connection
           
 

Uses of OsmConnection in org.openstreetmap.josm.io
 

Subclasses of OsmConnection in org.openstreetmap.josm.io
 class BoundingBoxDownloader
           
 class MultiFetchServerObjectReader
          Retrieves a set of OsmPrimitives from an OSM server using the so called Multi Fetch API.
protected static class MultiFetchServerObjectReader.Fetcher
          The class that actually download data from OSM API.
 class OsmApi
          Class that encapsulates the communications with the OSM API.

All interaction with the server-side OSM API should go through this class.

It is conceivable to extract this into an interface later and create various classes implementing the interface, to be able to talk to various kinds of servers.
 class OsmServerBackreferenceReader
          OsmServerBackreferenceReader fetches the primitives from the OSM server which refer to a specific primitive.
 class OsmServerChangesetReader
          Reads the history of an OsmPrimitive from the OSM API server.
 class OsmServerHistoryReader
          Reads the history of an OsmPrimitive from the OSM API server.
 class OsmServerLocationReader
           
 class OsmServerObjectReader
          OsmServerObjectReader reads an individual object from the OSM server.
 class OsmServerReader
          This DataReader reads directly from the REST API of the osm server.
 class OsmServerUserInfoReader
           
 



JOSM