|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface OAuthProviderListener
Provides hooks into the token request handling procedure executed by
OAuthProvider.
| メソッドの概要 | |
|---|---|
boolean |
onResponseReceived(HttpRequest request,
HttpResponse response)
Called when the server response has been received. |
void |
prepareRequest(HttpRequest request)
Called after the request has been created and default headers added, but before the request has been signed. |
void |
prepareSubmission(HttpRequest request)
Called after the request has been signed, but before it's being sent. |
| メソッドの詳細 |
|---|
void prepareRequest(HttpRequest request)
throws Exception
request - the request to be sent
Exception
void prepareSubmission(HttpRequest request)
throws Exception
request - the request to be sent
Exception
boolean onResponseReceived(HttpRequest request,
HttpResponse response)
throws Exception
request - the request that was sentresponse - the response that was received
Exception
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||