Uses of Interface
com.oracle.bmc.responses.AsyncHandler
-
Packages that use AsyncHandler Package Description com.oracle.bmc.http.internal com.oracle.bmc.responses.internal com.oracle.bmc.util.internal com.oracle.bmc.waiter com.oracle.bmc.waiter.internal -
-
Uses of AsyncHandler in com.oracle.bmc.http.internal
Methods in com.oracle.bmc.http.internal with parameters of type AsyncHandler Modifier and Type Method Description Future<RESP>ClientCall. callAsync(AsyncHandler<REQ,RESP> handler)Constructors in com.oracle.bmc.http.internal with parameters of type AsyncHandler Constructor Description ErrorConsumer(AsyncHandler<REQUEST,?> handler, REQUEST request) -
Uses of AsyncHandler in com.oracle.bmc.responses.internal
Classes in com.oracle.bmc.responses.internal that implement AsyncHandler Modifier and Type Class Description classForwardingAsyncHandler<REQUEST,RESPONSE>classNoOpAsyncHandler<REQUEST,RESPONSE>An async handler that doesn’t do anything.classStreamClosingAsyncHandler<REQUEST extends BmcRequest<?>,RESPONSE>A wrapper around an async handler that closes the stream at the end of a request, if the body is a stream.Constructors in com.oracle.bmc.responses.internal with parameters of type AsyncHandler Constructor Description ForwardingAsyncHandler(AsyncHandler<REQUEST,RESPONSE> delegate)StreamClosingAsyncHandler(AsyncHandler<REQUEST,RESPONSE> delegate) -
Uses of AsyncHandler in com.oracle.bmc.util.internal
Classes in com.oracle.bmc.util.internal that implement AsyncHandler Modifier and Type Class Description classRefreshAuthTokenWrapper<REQUEST extends BmcRequest<?>,RESPONSE>Combined future and callbacks for asynchronous requests intended to work with some authenticated calls, like instance principals.classRefreshAuthTokenWrappingAsyncHandler<REQUEST,RESPONSE>Deprecated.in favor of RefreshAuthTokenWrapper – versions after 1.25.1 do not use RefreshAuthTokenWrappingAsyncHandler anymoreConstructors in com.oracle.bmc.util.internal with parameters of type AsyncHandler Constructor Description RefreshAuthTokenWrapper(RefreshableOnNotAuthenticatedProvider<?> authDetailsProvider, AsyncHandler<REQUEST,RESPONSE> innerHandler, Function<AsyncHandler<REQUEST,RESPONSE>,Future<RESPONSE>> futureSupplier)RefreshAuthTokenWrappingAsyncHandler(RefreshableOnNotAuthenticatedProvider<?> authDetailsProvider, AsyncHandler<REQUEST,RESPONSE> innerHandler)Deprecated.Constructor parameters in com.oracle.bmc.util.internal with type arguments of type AsyncHandler Constructor Description RefreshAuthTokenWrapper(RefreshableOnNotAuthenticatedProvider<?> authDetailsProvider, AsyncHandler<REQUEST,RESPONSE> innerHandler, Function<AsyncHandler<REQUEST,RESPONSE>,Future<RESPONSE>> futureSupplier) -
Uses of AsyncHandler in com.oracle.bmc.waiter
Methods in com.oracle.bmc.waiter with parameters of type AsyncHandler Modifier and Type Method Description Future<Void>Waiter. execute(AsyncHandler<REQUEST,RESPONSE> asyncHandler)Executes the waiter callback and returns a Future. -
Uses of AsyncHandler in com.oracle.bmc.waiter.internal
Methods in com.oracle.bmc.waiter.internal with parameters of type AsyncHandler Modifier and Type Method Description Future<Void>SimpleWaiterImpl. execute(AsyncHandler<REQUEST,RESPONSE> asyncHandler)
-