Class StreamingReadAsyncClient
- java.lang.Object
-
- com.amazonaws.kinesisvideo.client.StreamingReadAsyncClient
-
public final class StreamingReadAsyncClient extends Object
Async Client which wraps around Apache Http Async client which takes care of massaging the request to be made using the apache client
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamingReadAsyncClient.StreamingReadAsyncClientBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamingReadAsyncClient.StreamingReadAsyncClientBuilderbuilder()voidclose()voidexecute()
-
-
-
Method Detail
-
execute
public void execute()
-
close
public void close() throws IOException- Throws:
IOException
-
builder
public static StreamingReadAsyncClient.StreamingReadAsyncClientBuilder builder()
-
-