Class OAuthAsyncCompletionHandler<T>
java.lang.Object
org.asynchttpclient.AsyncCompletionHandler<T>
com.github.scribejava.httpclient.ahc.OAuthAsyncCompletionHandler<T>
- All Implemented Interfaces:
org.asynchttpclient.AsyncHandler<T>,org.asynchttpclient.handler.ProgressAsyncHandler<T>
public class OAuthAsyncCompletionHandler<T>
extends org.asynchttpclient.AsyncCompletionHandler<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.asynchttpclient.AsyncHandler
org.asynchttpclient.AsyncHandler.State -
Constructor Summary
ConstructorsConstructorDescriptionOAuthAsyncCompletionHandler(OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter) -
Method Summary
Methods inherited from class org.asynchttpclient.AsyncCompletionHandler
onBodyPartReceived, onCompleted, onContentWriteProgress, onContentWritten, onHeadersReceived, onHeadersWritten, onStatusReceived, onTrailingHeadersReceivedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.asynchttpclient.AsyncHandler
onConnectionOffer, onConnectionPoolAttempt, onConnectionPooled, onHostnameResolutionAttempt, onHostnameResolutionFailure, onHostnameResolutionSuccess, onRequestSend, onRetry, onTcpConnectAttempt, onTcpConnectFailure, onTcpConnectSuccess, onTlsHandshakeAttempt, onTlsHandshakeFailure, onTlsHandshakeSuccess
-
Constructor Details
-
OAuthAsyncCompletionHandler
public OAuthAsyncCompletionHandler(OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)
-
-
Method Details