Package com.amazonaws.kinesisvideo.http
Interface HttpClient
-
- All Known Implementing Classes:
HttpClientBase,KinesisVideoApacheHttpAsyncClient,KinesisVideoApacheHttpClient,ParallelSimpleHttpClient
public interface HttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()InputStreamgetContent()Map<String,String>getHeaders()HttpMethodNamegetMethod()URIgetUri()
-
-
-
Method Detail
-
getMethod
HttpMethodName getMethod()
-
getUri
URI getUri()
-
getContent
InputStream getContent()
-
close
void close() throws IOException- Throws:
IOException
-
-