Uses of Interface
software.amazon.awssdk.http.Abortable
Packages that use Abortable
-
Uses of Abortable in software.amazon.awssdk.http
Subinterfaces of Abortable in software.amazon.awssdk.httpModifier and TypeInterfaceDescriptioninterfaceAn HTTP request that can be invoked byExecutableHttpRequest.call().Classes in software.amazon.awssdk.http that implement AbortableModifier and TypeClassDescriptionfinal classInput stream that can be aborted.Methods in software.amazon.awssdk.http with parameters of type AbortableModifier and TypeMethodDescriptionstatic AbortableInputStreamAbortableInputStream.create(InputStream delegate, Abortable abortable) Creates an instance ofAbortableInputStream. -
Uses of Abortable in software.amazon.awssdk.http.async
Classes in software.amazon.awssdk.http.async that implement AbortableModifier and TypeClassDescriptionfinal classWrapper ofInputStreamSubscriberthat also implementsAbortable.