|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsmTransferCanceledException | |
---|---|
org.openstreetmap.josm.gui.oauth | |
org.openstreetmap.josm.io |
Uses of OsmTransferCanceledException in org.openstreetmap.josm.gui.oauth |
---|
Methods in org.openstreetmap.josm.gui.oauth that throw OsmTransferCanceledException | |
---|---|
void |
OsmOAuthAuthorizationClient.authorise(OAuthToken requestToken,
java.lang.String osmUserName,
java.lang.String osmPassword,
OsmPrivileges privileges,
ProgressMonitor monitor)
Automatically authorises a request token for a set of privileges. |
OAuthToken |
OsmOAuthAuthorizationClient.getAccessToken(ProgressMonitor monitor)
Submits a request for an Access Token to the Access Token Endpoint Url of the OAuth Service Provider and replies the request token. |
OAuthToken |
OsmOAuthAuthorizationClient.getRequestToken(ProgressMonitor monitor)
Submits a request for a Request Token to the Request Token Endpoint Url of the OAuth Service Provider and replies the request token. |
Uses of OsmTransferCanceledException in org.openstreetmap.josm.io |
---|
Methods in org.openstreetmap.josm.io that throw OsmTransferCanceledException | |
---|---|
void |
OsmApi.initialize(ProgressMonitor monitor)
Initializes this component by negotiating a protocol version with the server. |
void |
OsmApi.initialize(ProgressMonitor monitor,
boolean fastFail)
Initializes this component by negotiating a protocol version with the server, with the ability to control the timeout. |
private void |
OsmApi.sleepAndListen(int retry,
ProgressMonitor monitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |