Package io.trino.server.security.oauth2
Class NimbusAirliftHttpClient.NimbusResponseHandler<T>
java.lang.Object
io.trino.server.security.oauth2.NimbusAirliftHttpClient.NimbusResponseHandler<T>
- All Implemented Interfaces:
io.airlift.http.client.ResponseHandler<T,RuntimeException>
- Enclosing class:
NimbusAirliftHttpClient
public static class NimbusAirliftHttpClient.NimbusResponseHandler<T>
extends Object
implements io.airlift.http.client.ResponseHandler<T,RuntimeException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(io.airlift.http.client.Request request, io.airlift.http.client.Response response) handleException(io.airlift.http.client.Request request, Exception exception)
-
Constructor Details
-
NimbusResponseHandler
-
-
Method Details
-
handleException
- Specified by:
handleExceptionin interfaceio.airlift.http.client.ResponseHandler<T,RuntimeException>
-
handle
- Specified by:
handlein interfaceio.airlift.http.client.ResponseHandler<T,RuntimeException>
-