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.ResponseRecord
OAuth20Authorization.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 class
RequestHandler.RequestHandlerOsmApiException
Error raised for OSM API errors.Methods in org.openstreetmap.josm.io.remotecontrol.handler that throw RequestHandler.RequestHandlerErrorException Modifier and Type Method Description private void
LoadAndZoomHandler. download()
void
RequestHandler. handle()
Check permission and parameters and handle request.protected void
AddWayHandler. handleRequest()
AuthorizationHandler.ResponseRecord
AuthorizationHandler.AuthorizationConsumer. handleRequest(java.lang.String sender, java.lang.String request, java.util.Map<java.lang.String,java.lang.String> args)
Handle the request.protected void
AuthorizationHandler. handleRequest()
protected void
FeaturesHandler. handleRequest()
protected void
ImageryHandler. handleRequest()
protected void
ImportHandler. handleRequest()
protected void
LoadAndZoomHandler. handleRequest()
protected void
LoadDataHandler. handleRequest()
protected void
LoadObjectHandler. handleRequest()
protected void
OpenFileHandler. handleRequest()
protected abstract void
RequestHandler. handleRequest()
Handle a specific command sent as remote control.protected void
VersionHandler. handleRequest()
private void
LoadAndZoomHandler. 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 void
LoadAndZoomHandler. searchAndZoom(java.util.Collection<OsmPrimitive> forTagAdd, Bounds bbox)
-