Uses of Class
org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.RequestHandlerErrorException
-
Packages that use RequestHandler.RequestHandlerErrorException Package Description org.openstreetmap.josm.data.oauth Provides the classes for OAuth authentication to OSM.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser). -
-
Uses of RequestHandler.RequestHandlerErrorException in org.openstreetmap.josm.data.oauth
Methods in org.openstreetmap.josm.data.oauth that throw RequestHandler.RequestHandlerErrorException Modifier and Type Method Description AuthorizationHandler.ResponseRecordOAuth20Authorization.OAuth20AuthorizationHandler. handleRequest(java.lang.String sender, java.lang.String request, java.util.Map<java.lang.String,java.lang.String> args) -
Uses of RequestHandler.RequestHandlerErrorException in org.openstreetmap.josm.io.remotecontrol.handler
Subclasses of RequestHandler.RequestHandlerErrorException in org.openstreetmap.josm.io.remotecontrol.handler Modifier and Type Class Description static classRequestHandler.RequestHandlerOsmApiExceptionError raised for OSM API errors.Methods in org.openstreetmap.josm.io.remotecontrol.handler that throw RequestHandler.RequestHandlerErrorException Modifier and Type Method Description private voidLoadAndZoomHandler. download()voidRequestHandler. handle()Check permission and parameters and handle request.protected voidAddWayHandler. handleRequest()AuthorizationHandler.ResponseRecordAuthorizationHandler.AuthorizationConsumer. handleRequest(java.lang.String sender, java.lang.String request, java.util.Map<java.lang.String,java.lang.String> args)Handle the request.protected voidAuthorizationHandler. handleRequest()protected voidExportHandler. handleRequest()protected voidFeaturesHandler. handleRequest()protected voidImageryHandler. handleRequest()protected voidImportHandler. handleRequest()protected voidLoadAndZoomHandler. handleRequest()protected voidLoadDataHandler. handleRequest()protected voidLoadObjectHandler. handleRequest()protected voidOpenFileHandler. handleRequest()protected abstract voidRequestHandler. handleRequest()Handle a specific command sent as remote control.protected voidVersionHandler. handleRequest()private voidLoadAndZoomHandler. performDownload(DownloadOsmTask osmTask, DownloadParams settings)Perform the actual download; this is synchronized to ensure that we only have one download going on at a timeprivate java.util.Collection<OsmPrimitive>LoadAndZoomHandler. performSearchZoom()private voidLoadAndZoomHandler. searchAndZoom(java.util.Collection<OsmPrimitive> forTagAdd, Bounds bbox)
-